mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 02:15:45 +00:00
yuzu: Save mute when in background setting
This commit is contained in:
parent
3bf61e6f3a
commit
50474720f2
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:
|
||||
|
|
|
@ -32,6 +32,7 @@ enum class Category : u32 {
|
|||
AddOns,
|
||||
Controls,
|
||||
Ui,
|
||||
UiAudio,
|
||||
UiGeneral,
|
||||
UiLayout,
|
||||
UiGameList,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue