mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-26 03:04:20 +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("WindowHeight", &g_Config.iWindowHeight, 0),
|
||||||
ConfigSetting("PauseOnLostFocus", &g_Config.bPauseOnLostFocus, false),
|
ConfigSetting("PauseOnLostFocus", &g_Config.bPauseOnLostFocus, false),
|
||||||
#endif
|
#endif
|
||||||
ConfigSetting("PauseWhenMinimized", &g_Config.bPauseWhenMinimized, true),
|
ConfigSetting("PauseWhenMinimized", &g_Config.bPauseWhenMinimized, false),
|
||||||
ConfigSetting("DumpDecryptedEboots", &g_Config.bDumpDecryptedEboot, false),
|
ConfigSetting("DumpDecryptedEboots", &g_Config.bDumpDecryptedEboot, false),
|
||||||
ConfigSetting(false),
|
ConfigSetting(false),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user