core: Add a configuration setting for use_multi_core.

This commit is contained in:
bunnei
2018-05-03 00:34:54 -04:00
parent 703e1b7fb4
commit 3e4416179e
10 changed files with 56 additions and 17 deletions

View File

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