Skip to content

Commit

Permalink
Merge pull request #15510 from iota97/iscreen-pergame
Browse files Browse the repository at this point in the history
Allow to set InternalScreenRotation per game
  • Loading branch information
hrydgard authored Apr 30, 2022
2 parents 430b89a + 7ebe69a commit 81852b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 81852b5

Please sign in to comment.