summaryrefslogtreecommitdiff
path: root/src/yuzu_tester/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_tester/default_ini.h')
-rw-r--r--src/yuzu_tester/default_ini.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_tester/default_ini.h b/src/yuzu_tester/default_ini.h
index 46a9960cd..0f880d8c7 100644
--- a/src/yuzu_tester/default_ini.h
+++ b/src/yuzu_tester/default_ini.h
@@ -10,7 +10,7 @@ const char* sdl2_config_file = R"(
10[Core] 10[Core]
11# Whether to use the Just-In-Time (JIT) compiler for CPU emulation 11# Whether to use the Just-In-Time (JIT) compiler for CPU emulation
12# 0: Interpreter (slow), 1 (default): JIT (fast) 12# 0: Interpreter (slow), 1 (default): JIT (fast)
13use_cpu_jit = 13cpu_jit_enabled =
14 14
15# Whether to use multi-core for CPU emulation 15# Whether to use multi-core for CPU emulation
16# 0 (default): Disabled, 1: Enabled 16# 0 (default): Disabled, 1: Enabled