mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
set default value for ImageDebug option
This commit is contained in:
parent
0686b4690a
commit
33e7a36163
|
@ -75,6 +75,7 @@ void Settings::setDefaults()
|
||||||
mBoolMap["Debug"] = false;
|
mBoolMap["Debug"] = false;
|
||||||
mBoolMap["DebugGrid"] = false;
|
mBoolMap["DebugGrid"] = false;
|
||||||
mBoolMap["DebugText"] = false;
|
mBoolMap["DebugText"] = false;
|
||||||
|
mBoolMap["DebugImage"] = false;
|
||||||
|
|
||||||
mIntMap["ScreenSaverTime"] = 5*60*1000; // 5 minutes
|
mIntMap["ScreenSaverTime"] = 5*60*1000; // 5 minutes
|
||||||
mIntMap["ScraperResizeWidth"] = 400;
|
mIntMap["ScraperResizeWidth"] = 400;
|
||||||
|
|
Loading…
Reference in a new issue