mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #7254 from Techjar/dont-set-jitfollowbranch
Core/ConfigManager: Don't set JITFollowBranch
This commit is contained in:
@ -219,7 +219,6 @@ void SConfig::SaveCoreSettings(IniFile& ini)
|
|||||||
core->Set("SkipIPL", bHLE_BS2);
|
core->Set("SkipIPL", bHLE_BS2);
|
||||||
core->Set("TimingVariance", iTimingVariance);
|
core->Set("TimingVariance", iTimingVariance);
|
||||||
core->Set("CPUCore", cpu_core);
|
core->Set("CPUCore", cpu_core);
|
||||||
core->Set("JITFollowBranch", bJITFollowBranch);
|
|
||||||
core->Set("Fastmem", bFastmem);
|
core->Set("Fastmem", bFastmem);
|
||||||
core->Set("CPUThread", bCPUThread);
|
core->Set("CPUThread", bCPUThread);
|
||||||
core->Set("DSPHLE", bDSPHLE);
|
core->Set("DSPHLE", bDSPHLE);
|
||||||
|
Reference in New Issue
Block a user