mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 00:47:49 +00:00
yuzu: Fix mute when in background setting
This commit is contained in:
parent
dfca06767d
commit
751b4e2162
4 changed files with 7 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue