mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 03:57:59 -05:00
core: Add a configuration setting for use_multi_core.
This commit is contained in:
@ -80,6 +80,10 @@ touch_device=
|
||||
# 0: Interpreter (slow), 1 (default): JIT (fast)
|
||||
use_cpu_jit =
|
||||
|
||||
# Whether to use multi-core for CPU emulation
|
||||
# 0 (default): Disabled, 1: Enabled
|
||||
use_multi_core=
|
||||
|
||||
[Renderer]
|
||||
# Whether to use software or hardware rendering.
|
||||
# 0: Software, 1 (default): Hardware
|
||||
|
Reference in New Issue
Block a user