mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 16:15:39 +00:00
Fixed some missing settings.
This commit is contained in:
parent
526c0bb038
commit
480b19dcca
|
@ -33,6 +33,8 @@ void Settings::setDefaults()
|
|||
mBoolMap["EnableSounds"] = true;
|
||||
mBoolMap["ShowHelpPrompts"] = true;
|
||||
mBoolMap["ScrapeRatings"] = true;
|
||||
mBoolMap["IgnoreGamelist"] = false;
|
||||
mBoolMap["ParseGamelistOnly"] = false;
|
||||
|
||||
mBoolMap["Debug"] = false;
|
||||
mBoolMap["DebugGrid"] = false;
|
||||
|
|
Loading…
Reference in a new issue