default_ini: change default cpu core to dynarmic

This commit is contained in:
Valentin Vanelslande 2018-03-22 19:43:59 -06:00 committed by GitHub
parent b5f6fc64f8
commit a105e0f72d

View file

@ -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]