yuzu: Make mute audio persistent
This commit is contained in:
parent
50474720f2
commit
e19c9281db
2 changed files with 7 additions and 7 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue