diff options
author | Valentin Vanelslande <valentinvanelslande0@gmail.com> | 2018-03-22 19:43:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 19:43:59 -0600 |
commit | 47cac816f618ad1fc98c326f91577b478d7059f6 (patch) | |
tree | 4137cbb29693179ab3dc52361eee9c4780c3a4b4 /src/yuzu_cmd/default_ini.h | |
parent | 4daf91fc691f9a0cb61d7cec89cc6b00ac707e25 (diff) |
default_ini: change default cpu core to dynarmic
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 156f7a1a4..7fa7015ae 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -77,7 +77,7 @@ touch_device= [Core] # Which CPU core to use for CPU emulation -# 0 (default): Unicorn (slow), 1: Dynarmic (faster) +# 0: Unicorn (slow), 1 (default): Dynarmic (faster) cpu_core = [Renderer] |