diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-11-09 20:11:13 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-11-10 10:22:02 -0600 |
commit | 9169cbf72835bf12434c9f9f1fea11f03d40437f (patch) | |
tree | b6e604690fbefecaf73b229213ceaa1c74fb9994 /src/common/settings_common.h | |
parent | 940618a64dc048790291e240dca6a085a4f1c27c (diff) |
yuzu: Save mute when in background setting
Diffstat (limited to 'src/common/settings_common.h')
-rw-r--r-- | src/common/settings_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings_common.h b/src/common/settings_common.h index 1800ab10d..7943223eb 100644 --- a/src/common/settings_common.h +++ b/src/common/settings_common.h @@ -32,6 +32,7 @@ enum class Category : u32 { AddOns, Controls, Ui, + UiAudio, UiGeneral, UiLayout, UiGameList, |