diff options
| author | 2023-08-29 22:20:59 -0400 | |
|---|---|---|
| committer | 2023-08-29 22:20:59 -0400 | |
| commit | 44bce118534980a1da12ace2502408cf3d8641e2 (patch) | |
| tree | 006675bed0e4a67709abba293ad5142609a41395 /src/common/settings.cpp | |
| parent | Merge pull request #11413 from t895/intents (diff) | |
| parent | android: Don't reload settings when stopping settings activity (diff) | |
| download | yuzu-44bce118534980a1da12ace2502408cf3d8641e2.tar.gz yuzu-44bce118534980a1da12ace2502408cf3d8641e2.tar.xz yuzu-44bce118534980a1da12ace2502408cf3d8641e2.zip | |
Merge pull request #11380 from t895/settings-integration
android: Settings rework
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 524056841..4ecaf550b 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -159,6 +159,8 @@ float Volume() { | |||
| 159 | 159 | ||
| 160 | const char* TranslateCategory(Category category) { | 160 | const char* TranslateCategory(Category category) { |
| 161 | switch (category) { | 161 | switch (category) { |
| 162 | case Category::Android: | ||
| 163 | return "Android"; | ||
| 162 | case Category::Audio: | 164 | case Category::Audio: |
| 163 | return "Audio"; | 165 | return "Audio"; |
| 164 | case Category::Core: | 166 | case Category::Core: |