Fixed building on visionOS
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

This commit is contained in:
Sam Lantinga
2025-09-29 12:17:48 -07:00
parent 595f7b7ed9
commit 37410908c7
+1 -1
View File
@@ -214,7 +214,7 @@
#define SDL_FSOPS_POSIX 1
/* enable camera support */
#ifndef SDL_PLATFORM_TVOS
#if !defined(SDL_PLATFORM_TVOS) && !defined(SDL_PLATFORM_VISIONOS)
#define SDL_CAMERA_DRIVER_COREMEDIA 1
#endif