mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
Set the gamelist video scanline option as disabled by default.
This commit is contained in:
parent
ed29a1ff76
commit
e50b024b42
|
@ -140,7 +140,7 @@ void Settings::setDefaults()
|
||||||
mStringMap["MenuOpeningEffect"] = { "scale-up", "scale-up" };
|
mStringMap["MenuOpeningEffect"] = { "scale-up", "scale-up" };
|
||||||
mBoolMap["MenuBlurBackground"] = { true, true };
|
mBoolMap["MenuBlurBackground"] = { true, true };
|
||||||
mBoolMap["GamelistVideoPillarbox"] = { true, true };
|
mBoolMap["GamelistVideoPillarbox"] = { true, true };
|
||||||
mBoolMap["GamelistVideoScanlines"] = { true, true };
|
mBoolMap["GamelistVideoScanlines"] = { false, false };
|
||||||
mBoolMap["FoldersOnTop"] = { true, true };
|
mBoolMap["FoldersOnTop"] = { true, true };
|
||||||
mBoolMap["FavoritesFirst"] = { true, true };
|
mBoolMap["FavoritesFirst"] = { true, true };
|
||||||
mBoolMap["FavoritesStar"] = { true, true };
|
mBoolMap["FavoritesStar"] = { true, true };
|
||||||
|
|
Loading…
Reference in a new issue