diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-12-16 19:57:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 19:57:54 +0100 |
commit | 00965e6c3433794c3654fccb119edcf9d6bcca99 (patch) | |
tree | 4b07c0caee8a9a45f18c0f1ec6036e71a3915682 /src/common/settings_common.h | |
parent | Merge pull request #12331 from liamwhite/layer-confusion (diff) | |
parent | android: Rework InstallableProperty view with icon (diff) | |
download | yuzu-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_common.h')
-rw-r--r-- | src/common/settings_common.h | 1 |
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, |