default_ini: change default cpu core to dynarmic
This commit is contained in:
parent
4daf91fc69
commit
47cac816f6
|
@ -77,7 +77,7 @@ touch_device=
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Which CPU core to use for CPU emulation
|
# Which CPU core to use for CPU emulation
|
||||||
# 0 (default): Unicorn (slow), 1: Dynarmic (faster)
|
# 0: Unicorn (slow), 1 (default): Dynarmic (faster)
|
||||||
cpu_core =
|
cpu_core =
|
||||||
|
|
||||||
[Renderer]
|
[Renderer]
|
||||||
|
|
Reference in New Issue