diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/hle/service/cfg/cfg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/cfg/cfg.h b/src/core/hle/service/cfg/cfg.h index 57e0821f3..bf544bd8d 100644 --- a/src/core/hle/service/cfg/cfg.h +++ b/src/core/hle/service/cfg/cfg.h | |||
| @@ -35,7 +35,8 @@ enum SystemLanguage { | |||
| 35 | LANGUAGE_KO = 7, | 35 | LANGUAGE_KO = 7, |
| 36 | LANGUAGE_NL = 8, | 36 | LANGUAGE_NL = 8, |
| 37 | LANGUAGE_PT = 9, | 37 | LANGUAGE_PT = 9, |
| 38 | LANGUAGE_RU = 10 | 38 | LANGUAGE_RU = 10, |
| 39 | LANGUAGE_TW = 11 | ||
| 39 | }; | 40 | }; |
| 40 | 41 | ||
| 41 | enum SoundOutputMode { | 42 | enum SoundOutputMode { |