diff options
| author | 2023-12-10 20:45:02 -0500 | |
|---|---|---|
| committer | 2023-12-12 17:25:37 -0500 | |
| commit | f2eb3c579f2de15410681014b47779d44d77fd48 (patch) | |
| tree | da874862efd26f0ebfdc84e7ea9b56d295032dde /src/common/settings.cpp | |
| parent | android: Add per-game settings (diff) | |
| download | yuzu-f2eb3c579f2de15410681014b47779d44d77fd48.tar.gz yuzu-f2eb3c579f2de15410681014b47779d44d77fd48.tar.xz yuzu-f2eb3c579f2de15410681014b47779d44d77fd48.zip | |
android: Add per-game drivers
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: |