Browse Source
default_ini: change default cpu core to dynarmic
pull/15/merge
Valentin Vanelslande
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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] |
|
|
|
|