Set the gamelist video scanline option as disabled by default.

This commit is contained in:
Leon Styhre 2021-06-10 22:47:22 +02:00
parent ed29a1ff76
commit e50b024b42

View file

@ -140,7 +140,7 @@ void Settings::setDefaults()
mStringMap["MenuOpeningEffect"] = { "scale-up", "scale-up" };
mBoolMap["MenuBlurBackground"] = { true, true };
mBoolMap["GamelistVideoPillarbox"] = { true, true };
mBoolMap["GamelistVideoScanlines"] = { true, true };
mBoolMap["GamelistVideoScanlines"] = { false, false };
mBoolMap["FoldersOnTop"] = { true, true };
mBoolMap["FavoritesFirst"] = { true, true };
mBoolMap["FavoritesStar"] = { true, true };