mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +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["DebugGrid"] = false;
|
||||
mBoolMap["DebugText"] = false;
|
||||
mBoolMap["DebugImage"] = false;
|
||||
|
||||
mIntMap["ScreenSaverTime"] = 5*60*1000; // 5 minutes
|
||||
mIntMap["ScraperResizeWidth"] = 400;
|
||||
|
|
Loading…
Reference in a new issue