diff options
Diffstat (limited to 'src/citra/default_ini.h')
| -rw-r--r-- | src/citra/default_ini.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h index 783c4a835..b4914d29f 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h | |||
| @@ -67,9 +67,9 @@ motion_device= | |||
| 67 | touch_device= | 67 | touch_device= |
| 68 | 68 | ||
| 69 | [Core] | 69 | [Core] |
| 70 | # Whether to use the Just-In-Time (JIT) compiler for CPU emulation | 70 | # Which CPU core to use for CPU emulation |
| 71 | # 0: Interpreter (slow), 1 (default): JIT (fast) | 71 | # 0: Unicorn (slow), 1 (default): Dynarmic (faster) |
| 72 | use_cpu_jit = | 72 | cpu_core = |
| 73 | 73 | ||
| 74 | [Renderer] | 74 | [Renderer] |
| 75 | # Whether to use software or hardware rendering. | 75 | # Whether to use software or hardware rendering. |