Merge pull request #7254 from Techjar/dont-set-jitfollowbranch
Core/ConfigManager: Don't set JITFollowBranch
This commit is contained in:
commit
325f3c6ee5
|
@ -219,7 +219,6 @@ void SConfig::SaveCoreSettings(IniFile& ini)
|
|||
core->Set("SkipIPL", bHLE_BS2);
|
||||
core->Set("TimingVariance", iTimingVariance);
|
||||
core->Set("CPUCore", cpu_core);
|
||||
core->Set("JITFollowBranch", bJITFollowBranch);
|
||||
core->Set("Fastmem", bFastmem);
|
||||
core->Set("CPUThread", bCPUThread);
|
||||
core->Set("DSPHLE", bDSPHLE);
|
||||
|
|
Loading…
Reference in New Issue