mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-13 20:21:35 +02:00
VITA: implement camera subsystem
This commit is contained in:
committed by
Sam Lantinga
parent
f79f21217b
commit
6da4d94abf
@@ -50,6 +50,9 @@ static const CameraBootStrap *const bootstrap[] = {
|
||||
#ifdef SDL_CAMERA_DRIVER_MEDIAFOUNDATION
|
||||
&MEDIAFOUNDATION_bootstrap,
|
||||
#endif
|
||||
#ifdef SDL_CAMERA_DRIVER_VITA
|
||||
&VITACAMERA_bootstrap,
|
||||
#endif
|
||||
#ifdef SDL_CAMERA_DRIVER_DUMMY
|
||||
&DUMMYCAMERA_bootstrap,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user