mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Merge pull request #15510 from iota97/iscreen-pergame
Allow to set InternalScreenRotation per game
This commit is contained in:
commit
81852b5f8b
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user