summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-11-10 03:30:00 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-11-10 17:22:04 +0100
commit9e331f9957bbc7aec82cd8f96c67373e115bcd68 (patch)
treee649eab7f50bd41958c1694a6b090a74e9b445e3 /src/common/settings.h
parentyuzu: Save mute when in background setting (diff)
downloadyuzu-9e331f9957bbc7aec82cd8f96c67373e115bcd68.tar
yuzu-9e331f9957bbc7aec82cd8f96c67373e115bcd68.tar.gz
yuzu-9e331f9957bbc7aec82cd8f96c67373e115bcd68.tar.bz2
yuzu-9e331f9957bbc7aec82cd8f96c67373e115bcd68.tar.lz
yuzu-9e331f9957bbc7aec82cd8f96c67373e115bcd68.tar.xz
yuzu-9e331f9957bbc7aec82cd8f96c67373e115bcd68.tar.zst
yuzu-9e331f9957bbc7aec82cd8f96c67373e115bcd68.zip
Diffstat (limited to '')
-rw-r--r--src/common/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 9317075f7..e899f1ae6 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -153,7 +153,7 @@ struct Values {
true,
true};
Setting<bool, false> audio_muted{
- linkage, false, "audio_muted", Category::Audio, Specialization::Default, false, true};
+ linkage, false, "audio_muted", Category::Audio, Specialization::Default, true, true};
Setting<bool, false> dump_audio_commands{
linkage, false, "dump_audio_commands", Category::Audio, Specialization::Default, false};