summaryrefslogtreecommitdiffstats
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2023-12-24 21:42:28 +0100
committert895 <clombardo169@gmail.com>2023-12-30 21:11:36 +0100
commitd163b182081401dbdcc5fc92c1692ff3209f2353 (patch)
treee5ed8e3c24c03966f4544d5433a7f4c553c28b40 /src/common/settings.cpp
parentfrontend_common: config: Refactor WriteSetting to stricter types (diff)
downloadyuzu-d163b182081401dbdcc5fc92c1692ff3209f2353.tar
yuzu-d163b182081401dbdcc5fc92c1692ff3209f2353.tar.gz
yuzu-d163b182081401dbdcc5fc92c1692ff3209f2353.tar.bz2
yuzu-d163b182081401dbdcc5fc92c1692ff3209f2353.tar.lz
yuzu-d163b182081401dbdcc5fc92c1692ff3209f2353.tar.xz
yuzu-d163b182081401dbdcc5fc92c1692ff3209f2353.tar.zst
yuzu-d163b182081401dbdcc5fc92c1692ff3209f2353.zip
Diffstat (limited to '')
-rw-r--r--src/common/settings.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index ea52bbfa6..07709d4e5 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -199,6 +199,8 @@ const char* TranslateCategory(Category category) {
case Category::CpuDebug:
case Category::CpuUnsafe:
return "Cpu";
+ case Category::Overlay:
+ return "Overlay";
case Category::Renderer:
case Category::RendererAdvanced:
case Category::RendererDebug: