aboutsummaryrefslogtreecommitdiff
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-11-09 20:11:13 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2023-11-10 10:22:02 -0600
commit9169cbf72835bf12434c9f9f1fea11f03d40437f (patch)
treeb6e604690fbefecaf73b229213ceaa1c74fb9994 /src/common/settings.cpp
parent940618a64dc048790291e240dca6a085a4f1c27c (diff)
yuzu: Save mute when in background setting
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r--src/common/settings.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index 98b43e49c8..51717be06f 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -203,6 +203,8 @@ const char* TranslateCategory(Category category) {
case Category::Ui:
case Category::UiGeneral:
return "UI";
+ case Category::UiAudio:
+ return "UiAudio";
case Category::UiLayout:
return "UiLayout";
case Category::UiGameList: