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

@@ -215,5 +215,6 @@ extern CameraBootStrap COREMEDIA_bootstrap;
extern CameraBootStrap ANDROIDCAMERA_bootstrap;
extern CameraBootStrap EMSCRIPTENCAMERA_bootstrap;
extern CameraBootStrap MEDIAFOUNDATION_bootstrap;
extern CameraBootStrap VITACAMERA_bootstrap;
#endif // SDL_syscamera_h_