diff options
author | bunnei <bunneidev@gmail.com> | 2018-03-27 10:22:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 10:22:08 -0400 |
commit | a5e9745380bf9e247d34c42009cd9eb66f4e97a8 (patch) | |
tree | 3c31fcb4375793542daff053665be555c2dfaa7f /src/yuzu_cmd/default_ini.h | |
parent | 1a28f4fa8c94ad43d757eeb7fc137024f356db87 (diff) | |
parent | 212a6ab937b05014784187782219a60600573503 (diff) |
Merge pull request #284 from bunnei/docked-config
Add config for "Docked" mode and various settings cleanup
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 10 |
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= touch_device= [Core] -# Which CPU core to use for CPU emulation -# 0: Unicorn (slow), 1 (default): Dynarmic (faster) -cpu_core = +# Whether to use the Just-In-Time (JIT) compiler for CPU emulation +# 0: Interpreter (slow), 1 (default): JIT (fast) +use_cpu_jit = [Renderer] # Whether to use software or hardware rendering. @@ -154,6 +154,10 @@ output_device = use_virtual_sd = [System] +# Whether the system is docked +# 1 (default): Yes, 0: No +use_docked_mode = + # The system region that Citra will use during emulation # -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan region_value = |