mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
VITA: implement camera subsystem
This commit is contained in:
committed by
Sam Lantinga
parent
f79f21217b
commit
6da4d94abf
@@ -2570,6 +2570,12 @@ elseif(VITA)
|
||||
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/sensor/vita/*.c")
|
||||
endif()
|
||||
|
||||
if(SDL_CAMERA)
|
||||
set(SDL_CAMERA_DRIVER_VITA 1)
|
||||
set(HAVE_CAMERA TRUE)
|
||||
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/camera/vita/*.c")
|
||||
endif()
|
||||
|
||||
if(SDL_VIDEO)
|
||||
set(SDL_VIDEO_DRIVER_VITA 1)
|
||||
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/video/vita/*.c")
|
||||
@@ -2650,6 +2656,7 @@ elseif(VITA)
|
||||
SceMotion_stub
|
||||
ScePower_stub
|
||||
SceProcessmgr_stub
|
||||
SceCamera_stub
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user