diff options
Diffstat (limited to '')
| -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: |