mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
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:
@ -165,7 +165,7 @@ namespace Jit64
|
|||||||
|
|
||||||
void Init()
|
void Init()
|
||||||
{
|
{
|
||||||
jo.optimizeStack = false;
|
jo.optimizeStack = true;
|
||||||
jo.enableBlocklink = true; // Speed boost, but not 100% safe
|
jo.enableBlocklink = true; // Speed boost, but not 100% safe
|
||||||
#ifdef _M_X64
|
#ifdef _M_X64
|
||||||
jo.enableFastMem = Core::GetStartupParameter().bUseFastMem;
|
jo.enableFastMem = Core::GetStartupParameter().bUseFastMem;
|
||||||
|
Reference in New Issue
Block a user