VITA: implement camera subsystem

This commit is contained in:
Ivan Epifanov
2024-10-17 17:57:10 +03:00
committed by Sam Lantinga
parent f79f21217b
commit 6da4d94abf
5 changed files with 270 additions and 0 deletions

View File

@@ -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