Win32: Make pausing when minimizing optional in the ini.

This commit is contained in:
The Dax
2014-07-21 10:30:51 +02:00
committed by Henrik Rydgard
parent 9efefeb89c
commit 1fbd94d589
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -309,6 +309,7 @@ static ConfigSetting generalSettings[] = {
ConfigSetting("WindowWidth", &g_Config.iWindowWidth, 0), // 0 will be automatically reset later (need to do the AdjustWindowRect dance).
ConfigSetting("WindowHeight", &g_Config.iWindowHeight, 0),
ConfigSetting("PauseOnLostFocus", &g_Config.bPauseOnLostFocus, false),
ConfigSetting("PauseWhenMinimized", &g_Config.bPauseWhenMinimized, true),
#endif
ConfigSetting("DumpDecryptedEboots", &g_Config.bDumpDecryptedEboot, false),
ConfigSetting(false),