mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Change pauseWhenMinimized default to false
This commit is contained in:
parent
85cb55cb84
commit
399d71373f
@ -310,7 +310,7 @@ static ConfigSetting generalSettings[] = {
|
||||
ConfigSetting("WindowHeight", &g_Config.iWindowHeight, 0),
|
||||
ConfigSetting("PauseOnLostFocus", &g_Config.bPauseOnLostFocus, false),
|
||||
#endif
|
||||
ConfigSetting("PauseWhenMinimized", &g_Config.bPauseWhenMinimized, true),
|
||||
ConfigSetting("PauseWhenMinimized", &g_Config.bPauseWhenMinimized, false),
|
||||
ConfigSetting("DumpDecryptedEboots", &g_Config.bDumpDecryptedEboot, false),
|
||||
ConfigSetting(false),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user