diff options
author | wwylele <wwylele@gmail.com> | 2016-11-30 10:32:09 +0100 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-12-07 19:52:42 +0100 |
commit | 84e78790ab3f3e8883493b18946e97328d921774 (patch) | |
tree | 31b000e21876310ccd91e1746c86b643908b5a27 /src/citra/default_ini.h | |
parent | Merge pull request #2232 from wwylele/other-save (diff) | |
download | yuzu-84e78790ab3f3e8883493b18946e97328d921774.tar yuzu-84e78790ab3f3e8883493b18946e97328d921774.tar.gz yuzu-84e78790ab3f3e8883493b18946e97328d921774.tar.bz2 yuzu-84e78790ab3f3e8883493b18946e97328d921774.tar.lz yuzu-84e78790ab3f3e8883493b18946e97328d921774.tar.xz yuzu-84e78790ab3f3e8883493b18946e97328d921774.tar.zst yuzu-84e78790ab3f3e8883493b18946e97328d921774.zip |
Diffstat (limited to '')
-rw-r--r-- | src/citra/default_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h index 001b18ac2..50c4a2812 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h @@ -101,7 +101,7 @@ use_virtual_sd = is_new_3ds = # The system region that Citra will use during emulation -# 0: Japan, 1: USA (default), 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan +# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan region_value = [Miscellaneous] |