mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 10:40:00 +00:00
Service::CFG: add missing language
This commit is contained in:
parent
3687a805ec
commit
f00e8d4b2b
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ enum SystemLanguage {
|
||||||
LANGUAGE_KO = 7,
|
LANGUAGE_KO = 7,
|
||||||
LANGUAGE_NL = 8,
|
LANGUAGE_NL = 8,
|
||||||
LANGUAGE_PT = 9,
|
LANGUAGE_PT = 9,
|
||||||
LANGUAGE_RU = 10
|
LANGUAGE_RU = 10,
|
||||||
|
LANGUAGE_TW = 11
|
||||||
};
|
};
|
||||||
|
|
||||||
enum SoundOutputMode {
|
enum SoundOutputMode {
|
||||||
|
|
Loading…
Reference in a new issue