summaryrefslogtreecommitdiffstats
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-12-16 19:57:54 +0100
committerGitHub <noreply@github.com>2023-12-16 19:57:54 +0100
commit00965e6c3433794c3654fccb119edcf9d6bcca99 (patch)
tree4b07c0caee8a9a45f18c0f1ec6036e71a3915682 /src/common/settings.cpp
parentMerge pull request #12331 from liamwhite/layer-confusion (diff)
parentandroid: Rework InstallableProperty view with icon (diff)
downloadyuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.gz
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.bz2
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.lz
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.xz
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.zst
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.zip
Diffstat (limited to 'src/common/settings.cpp')
-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 88f509ba7..ea52bbfa6 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -211,6 +211,8 @@ const char* TranslateCategory(Category category) {
case Category::Debugging:
case Category::DebuggingGraphics:
return "Debugging";
+ case Category::GpuDriver:
+ return "GpuDriver";
case Category::Miscellaneous:
return "Miscellaneous";
case Category::Network: