Parcourir la source

Service::CFG: add missing language

wwylele il y a 10 ans
Parent
commit
f00e8d4b2b
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/core/hle/service/cfg/cfg.h

+ 2 - 1
src/core/hle/service/cfg/cfg.h

@@ -35,7 +35,8 @@ enum SystemLanguage {
     LANGUAGE_KO = 7,
     LANGUAGE_NL = 8,
     LANGUAGE_PT = 9,
-    LANGUAGE_RU = 10
+    LANGUAGE_RU = 10,
+    LANGUAGE_TW = 11
 };
 
 enum SoundOutputMode {