diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-11-10 03:11:13 +0100 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-11-10 17:22:02 +0100 |
commit | 9169cbf72835bf12434c9f9f1fea11f03d40437f (patch) | |
tree | b6e604690fbefecaf73b229213ceaa1c74fb9994 /src/common/settings_common.h | |
parent | Merge pull request #11952 from liamwhite/opus_stereo_count (diff) | |
download | yuzu-9169cbf72835bf12434c9f9f1fea11f03d40437f.tar yuzu-9169cbf72835bf12434c9f9f1fea11f03d40437f.tar.gz yuzu-9169cbf72835bf12434c9f9f1fea11f03d40437f.tar.bz2 yuzu-9169cbf72835bf12434c9f9f1fea11f03d40437f.tar.lz yuzu-9169cbf72835bf12434c9f9f1fea11f03d40437f.tar.xz yuzu-9169cbf72835bf12434c9f9f1fea11f03d40437f.tar.zst yuzu-9169cbf72835bf12434c9f9f1fea11f03d40437f.zip |
Diffstat (limited to '')
-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, |