summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2016-06-11 02:19:51 +0100
committerGravatar Emmanuel Gil Peyrot2016-06-11 02:19:51 +0100
commita251b323a08ef55fa920d1e96e5bbe7c12134ab7 (patch)
treecd700acfeddbd69bba58455e7402ff1b12a2fac7 /src
parentMerge pull request #1896 from citra-emu/revert-1893-interpreter-split (diff)
downloadyuzu-a251b323a08ef55fa920d1e96e5bbe7c12134ab7.tar.gz
yuzu-a251b323a08ef55fa920d1e96e5bbe7c12134ab7.tar.xz
yuzu-a251b323a08ef55fa920d1e96e5bbe7c12134ab7.zip
SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb068a9b18981d8.
Diffstat (limited to 'src')
-rw-r--r--src/citra/default_ini.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h
index 49126356f..1164eda89 100644
--- a/src/citra/default_ini.h
+++ b/src/citra/default_ini.h
@@ -66,7 +66,11 @@ output_engine =
66# 1 (default): Yes, 0: No 66# 1 (default): Yes, 0: No
67use_virtual_sd = 67use_virtual_sd =
68 68
69[System Region] 69[System]
70# The system model that Citra will try to emulate
71# 0: Old 3DS (default), 1: New 3DS
72is_new_3ds =
73
70# The system region that Citra will use during emulation 74# The system region that Citra will use during emulation
71# 0: Japan, 1: USA (default), 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan 75# 0: Japan, 1: USA (default), 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan
72region_value = 76region_value =