summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r--src/yuzu_cmd/default_ini.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index fe104fb81..cf157bf27 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -76,9 +76,9 @@ motion_device=
76touch_device= 76touch_device=
77 77
78[Core] 78[Core]
79# Which CPU core to use for CPU emulation 79# Whether to use the Just-In-Time (JIT) compiler for CPU emulation
80# 0: Unicorn (slow), 1 (default): Dynarmic (faster) 80# 0: Interpreter (slow), 1 (default): JIT (fast)
81cpu_core = 81use_cpu_jit =
82 82
83[Renderer] 83[Renderer]
84# Whether to use software or hardware rendering. 84# Whether to use software or hardware rendering.
@@ -154,6 +154,10 @@ output_device =
154use_virtual_sd = 154use_virtual_sd =
155 155
156[System] 156[System]
157# Whether the system is docked
158# 1 (default): Yes, 0: No
159use_docked_mode =
160
157# The system region that Citra will use during emulation 161# The system region that Citra will use during emulation
158# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan 162# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan
159region_value = 163region_value =