Merge pull request #15510 from iota97/iscreen-pergame

Allow to set InternalScreenRotation per game
This commit is contained in:
Henrik Rydgård 2022-04-30 10:17:42 +02:00 committed by GitHub
commit 81852b5f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -576,7 +576,7 @@ static ConfigSetting generalSettings[] = {
#ifdef __ANDROID__
ConfigSetting("ScreenRotation", &g_Config.iScreenRotation, ROTATION_AUTO_HORIZONTAL),
#endif
ConfigSetting("InternalScreenRotation", &g_Config.iInternalScreenRotation, ROTATION_LOCKED_HORIZONTAL),
ConfigSetting("InternalScreenRotation", &g_Config.iInternalScreenRotation, ROTATION_LOCKED_HORIZONTAL, true, true),
ConfigSetting("BackgroundAnimation", &g_Config.iBackgroundAnimation, 1, true, false),
ConfigSetting("UITint", &g_Config.fUITint, 0.0, true, false),