Add camera/location support for iOS

Add front camera support for Android
Allow to change the active camera in-game
This commit is contained in:
Florin9doi
2020-01-25 16:54:45 +02:00
parent 1d6d66ac43
commit 5fbf2d7713
24 changed files with 409 additions and 44 deletions
-2
View File
@@ -707,9 +707,7 @@ static ConfigSetting graphicsSettings[] = {
#ifdef _WIN32
ConfigSetting("D3D11Device", &g_Config.sD3D11Device, "", true, false),
#endif
#if (defined(_WIN32) && !PPSSPP_PLATFORM(UWP)) || PPSSPP_PLATFORM(LINUX)
ConfigSetting("CameraDevice", &g_Config.sCameraDevice, "", true, false),
#endif
ConfigSetting("VendorBugChecksEnabled", &g_Config.bVendorBugChecksEnabled, true, false, false),
ReportedConfigSetting("RenderingMode", &g_Config.iRenderingMode, 1, true, true),
ConfigSetting("SoftwareRenderer", &g_Config.bSoftwareRendering, false, true, true),