mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-30 05:18:13 +08:00
Fixed building on visionOS
This commit is contained in:
@@ -214,7 +214,7 @@
|
|||||||
#define SDL_FSOPS_POSIX 1
|
#define SDL_FSOPS_POSIX 1
|
||||||
|
|
||||||
/* enable camera support */
|
/* enable camera support */
|
||||||
#ifndef SDL_PLATFORM_TVOS
|
#if !defined(SDL_PLATFORM_TVOS) && !defined(SDL_PLATFORM_VISIONOS)
|
||||||
#define SDL_CAMERA_DRIVER_COREMEDIA 1
|
#define SDL_CAMERA_DRIVER_COREMEDIA 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user