mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Change pauseWhenMinimized default to false
This commit is contained in:
parent
85cb55cb84
commit
399d71373f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue