summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 =