yuzu: Fix mute when in background setting

This commit is contained in:
Narr the Reg
2023-10-03 20:06:21 -06:00
parent ff57c66773
commit c84c35ac74
4 changed files with 7 additions and 2 deletions

View File

@ -103,7 +103,7 @@ struct Values {
true,
true};
Setting<bool> mute_when_in_background{
linkage, false, "muteWhenInBackground", Category::Ui, Settings::Specialization::Default,
linkage, false, "muteWhenInBackground", Category::Audio, Settings::Specialization::Default,
true, true};
Setting<bool> hide_mouse{
linkage, true, "hideInactiveMouse", Category::UiGeneral, Settings::Specialization::Default,