summaryrefslogtreecommitdiff
path: root/src/common/settings_common.h
diff options
context:
space:
mode:
authorGravatar t8952023-12-24 15:42:28 -0500
committerGravatar t8952023-12-30 15:11:36 -0500
commitd163b182081401dbdcc5fc92c1692ff3209f2353 (patch)
treee5ed8e3c24c03966f4544d5433a7f4c553c28b40 /src/common/settings_common.h
parentfrontend_common: config: Refactor WriteSetting to stricter types (diff)
downloadyuzu-d163b182081401dbdcc5fc92c1692ff3209f2353.tar.gz
yuzu-d163b182081401dbdcc5fc92c1692ff3209f2353.tar.xz
yuzu-d163b182081401dbdcc5fc92c1692ff3209f2353.zip
android: Migrate in-game overlay settings to ini
Diffstat (limited to '')
-rw-r--r--src/common/settings_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings_common.h b/src/common/settings_common.h
index c82e17495..1a290ad77 100644
--- a/src/common/settings_common.h
+++ b/src/common/settings_common.h
@@ -18,6 +18,7 @@ enum class Category : u32 {
18 Cpu, 18 Cpu,
19 CpuDebug, 19 CpuDebug,
20 CpuUnsafe, 20 CpuUnsafe,
21 Overlay,
21 Renderer, 22 Renderer,
22 RendererAdvanced, 23 RendererAdvanced,
23 RendererDebug, 24 RendererDebug,