Ver Fonte

Service::CFG: add missing language

wwylele há 10 anos atrás
pai
commit
f00e8d4b2b
1 ficheiros alterados com 2 adições e 1 exclusões
  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 {