diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-11-13 09:13:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 09:13:12 -0500 |
commit | 247d66a680abd437164da98d2dcd1b39726faafc (patch) | |
tree | e4e1a688d4ef645b3c1faccd01204b7e9e44d16f /src/common/settings_common.h | |
parent | 0047d8a01ee7a6680c176022e5ab31a68bdeaf35 (diff) | |
parent | 9e331f9957bbc7aec82cd8f96c67373e115bcd68 (diff) |
Merge pull request #11990 from german77/audio
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, |