aboutsummaryrefslogtreecommitdiff
path: root/src/common/settings_common.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-12-16 13:57:54 -0500
committerGitHub <noreply@github.com>2023-12-16 13:57:54 -0500
commit00965e6c3433794c3654fccb119edcf9d6bcca99 (patch)
tree4b07c0caee8a9a45f18c0f1ec6036e71a3915682 /src/common/settings_common.h
parent4bf1f217ae28357e753f7e9cadd0a1baf05d2192 (diff)
parent86d26914a2e7b250d346a8aad84783aef1a6850b (diff)
Merge pull request #12335 from t895/per-game-settings
android: Game Properties
Diffstat (limited to 'src/common/settings_common.h')
-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 344c04439..c82e17495 100644
--- a/src/common/settings_common.h
+++ b/src/common/settings_common.h
@@ -26,6 +26,7 @@ enum class Category : u32 {
DataStorage,
Debugging,
DebuggingGraphics,
+ GpuDriver,
Miscellaneous,
Network,
WebService,