mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 23:45:46 +00:00
Implement macro JIT
This commit is contained in:
parent
8ac1a42305
commit
05eeb7de3d
15 changed files with 1035 additions and 190 deletions
|
@ -291,6 +291,8 @@ quest_flag =
|
|||
# Determines whether or not JIT CPU optimizations are enabled
|
||||
# false: Optimizations Enabled, true: Optimizations Disabled
|
||||
disable_cpu_opt =
|
||||
# Enables/Disables the macro JIT compiler
|
||||
disable_macro_jit=false
|
||||
|
||||
[WebService]
|
||||
# Whether or not to enable telemetry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue