Przeglądaj źródła

Service::CFG: add missing language

wwylele 10 lat temu
rodzic
commit
f00e8d4b2b
1 zmienionych plików z 2 dodań i 1 usunięć
  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 {