diff options
| author | 2023-12-16 13:57:54 -0500 | |
|---|---|---|
| committer | 2023-12-16 13:57:54 -0500 | |
| commit | 00965e6c3433794c3654fccb119edcf9d6bcca99 (patch) | |
| tree | 4b07c0caee8a9a45f18c0f1ec6036e71a3915682 /src/common/settings.cpp | |
| parent | Merge pull request #12331 from liamwhite/layer-confusion (diff) | |
| parent | android: Rework InstallableProperty view with icon (diff) | |
| download | yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.gz yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.xz yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.zip | |
Merge pull request #12335 from t895/per-game-settings
android: Game Properties
Diffstat (limited to 'src/common/settings.cpp')
| -rw-r--r-- | src/common/settings.cpp | 2 |
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) { | |||
| 211 | case Category::Debugging: | 211 | case Category::Debugging: |
| 212 | case Category::DebuggingGraphics: | 212 | case Category::DebuggingGraphics: |
| 213 | return "Debugging"; | 213 | return "Debugging"; |
| 214 | case Category::GpuDriver: | ||
| 215 | return "GpuDriver"; | ||
| 214 | case Category::Miscellaneous: | 216 | case Category::Miscellaneous: |
| 215 | return "Miscellaneous"; | 217 | return "Miscellaneous"; |
| 216 | case Category::Network: | 218 | case Category::Network: |