summaryrefslogtreecommitdiff
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2023-12-10 20:45:02 -0500
committert895 <clombardo169@gmail.com>2023-12-12 17:25:37 -0500
commitf2eb3c579f2de15410681014b47779d44d77fd48 (patch)
treeda874862efd26f0ebfdc84e7ea9b56d295032dde /src/common/settings.cpp
parent2fce81202608cbf4b75fd46e19180fee60e47a53 (diff)
android: Add per-game drivers
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: