mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Enabled the video player audio by default.
This commit is contained in:
parent
8dcd696986
commit
bc8c23d642
|
@ -200,7 +200,7 @@ void Settings::setDefaults()
|
||||||
mIntMap["SoundVolumeVideos"] = {80, 80};
|
mIntMap["SoundVolumeVideos"] = {80, 80};
|
||||||
mBoolMap["GamelistVideoAudio"] = {true, true};
|
mBoolMap["GamelistVideoAudio"] = {true, true};
|
||||||
mBoolMap["MediaViewerVideoAudio"] = {true, true};
|
mBoolMap["MediaViewerVideoAudio"] = {true, true};
|
||||||
mBoolMap["ScreensaverVideoAudio"] = {false, false};
|
mBoolMap["ScreensaverVideoAudio"] = {true, true};
|
||||||
mBoolMap["NavigationSounds"] = {true, true};
|
mBoolMap["NavigationSounds"] = {true, true};
|
||||||
|
|
||||||
// Input device settings.
|
// Input device settings.
|
||||||
|
|
Loading…
Reference in a new issue