diff options
| author | 2016-06-08 06:38:10 +0300 | |
|---|---|---|
| committer | 2016-07-02 11:44:25 +0300 | |
| commit | f00e8d4b2b397b090ff7a7044c9909d3e700749b (patch) | |
| tree | fbacb1bd4786c19ca5340e185399ed2d497a179f /src | |
| parent | Service::CFG: name sound output modes (diff) | |
| download | yuzu-f00e8d4b2b397b090ff7a7044c9909d3e700749b.tar.gz yuzu-f00e8d4b2b397b090ff7a7044c9909d3e700749b.tar.xz yuzu-f00e8d4b2b397b090ff7a7044c9909d3e700749b.zip | |
Service::CFG: add missing language
Diffstat (limited to 'src')
| -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 { |