config: Default CPU core to Unicorn.

This commit is contained in:
bunnei 2018-01-12 21:05:37 -05:00
parent 941cdae6f0
commit 890bbc0cd3
3 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ touch_device=
[Core]
# Which CPU core to use for CPU emulation
# 0: Unicorn (slow), 1 (default): Dynarmic (faster)
# 0 (default): Unicorn (slow), 1: Dynarmic (faster)
cpu_core =
[Renderer]