oops, didn't mean to turn off stack optimizations
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@895 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
21b0d596e4
commit
6b93b05b91
|
@ -165,7 +165,7 @@ namespace Jit64
|
|||
|
||||
void Init()
|
||||
{
|
||||
jo.optimizeStack = false;
|
||||
jo.optimizeStack = true;
|
||||
jo.enableBlocklink = true; // Speed boost, but not 100% safe
|
||||
#ifdef _M_X64
|
||||
jo.enableFastMem = Core::GetStartupParameter().bUseFastMem;
|
||||
|
|
Loading…
Reference in New Issue