mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 06:27:56 -05:00
yuzu: Fix mute when in background setting
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user