yuzu: Save mute when in background setting
This commit is contained in:
parent
940618a64d
commit
9169cbf728
5 changed files with 19 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue