summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-06-08 06:38:10 +0300
committerwwylele <wwylele@gmail.com>2016-07-02 11:44:25 +0300
commitf00e8d4b2b397b090ff7a7044c9909d3e700749b (patch)
treefbacb1bd4786c19ca5340e185399ed2d497a179f /src
parent3687a805ecbe870e231234fec77b82408388d4ac (diff)
Service::CFG: add missing language
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/cfg/cfg.h3
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 {
LANGUAGE_KO = 7,
LANGUAGE_NL = 8,
LANGUAGE_PT = 9,
- LANGUAGE_RU = 10
+ LANGUAGE_RU = 10,
+ LANGUAGE_TW = 11
};
enum SoundOutputMode {