summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorGravatar David2018-08-04 01:02:55 +1000
committerGravatar bunnei2018-08-03 11:02:55 -0400
commitc1d54f4aeaada515f88b633b8cf0901ee4cb6853 (patch)
treee320222f18419b07c22617f06980bc0b767e3db7 /src/yuzu_cmd
parentMerge pull request #895 from lioncash/sink (diff)
downloadyuzu-c1d54f4aeaada515f88b633b8cf0901ee4cb6853.tar.gz
yuzu-c1d54f4aeaada515f88b633b8cf0901ee4cb6853.tar.xz
yuzu-c1d54f4aeaada515f88b633b8cf0901ee4cb6853.zip
Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r--src/yuzu_cmd/default_ini.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index 6553c7814..9a935a0d5 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -164,6 +164,16 @@ use_virtual_sd =
164# 1: Yes, 0 (default): No 164# 1: Yes, 0 (default): No
165use_docked_mode = 165use_docked_mode =
166 166
167# Sets the account username, max length is 32 characters
168# yuzu (default)
169username =
170
171# Sets the systems language index
172# 0: Japanese, 1: English (default), 2: French, 3: German, 4: Italian, 5: Spanish, 6: Chinese,
173# 7: Korean, 8: Dutch, 9: Portuguese, 10: Russian, 11: Taiwanese, 12: British English, 13: Canadian French,
174# 14: Latin American Spanish, 15: Simplified Chinese, 16: Traditional Chinese
175language_index =
176
167# The system region that yuzu will use during emulation 177# The system region that yuzu will use during emulation
168# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan 178# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan
169region_value = 179region_value =