mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-01 01:13:53 +00:00
JIT: fix accidental disabling of block linking by default
Oops.
This commit is contained in:
parent
67e44c0e63
commit
9d45f51459
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
SCoreStartupParameter::SCoreStartupParameter()
|
SCoreStartupParameter::SCoreStartupParameter()
|
||||||
: bEnableDebugging(false), bAutomaticStart(false), bBootToPause(false),
|
: bEnableDebugging(false), bAutomaticStart(false), bBootToPause(false),
|
||||||
bJITNoBlockCache(false), bJITNoBlockLinking(true),
|
bJITNoBlockCache(false), bJITNoBlockLinking(false),
|
||||||
bJITOff(false),
|
bJITOff(false),
|
||||||
bJITLoadStoreOff(false), bJITLoadStorelXzOff(false),
|
bJITLoadStoreOff(false), bJITLoadStorelXzOff(false),
|
||||||
bJITLoadStorelwzOff(false), bJITLoadStorelbzxOff(false),
|
bJITLoadStorelwzOff(false), bJITLoadStorelbzxOff(false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user