mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 22:07:48 +00:00
configuration: Add cpu_core configuration option
This commit is contained in:
parent
ced9768819
commit
6fe2dc0b15
8 changed files with 40 additions and 16 deletions
|
@ -67,9 +67,9 @@ motion_device=
|
|||
touch_device=
|
||||
|
||||
[Core]
|
||||
# Whether to use the Just-In-Time (JIT) compiler for CPU emulation
|
||||
# 0: Interpreter (slow), 1 (default): JIT (fast)
|
||||
use_cpu_jit =
|
||||
# Which CPU core to use for CPU emulation
|
||||
# 0: Unicorn (slow), 1 (default): Dynarmic (faster)
|
||||
cpu_core =
|
||||
|
||||
[Renderer]
|
||||
# Whether to use software or hardware rendering.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue