mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-28 16:58:44 +00:00
VITA: implement camera subsystem
This commit is contained in:
parent
f79f21217b
commit
6da4d94abf
5 changed files with 270 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue