mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #7254 from Techjar/dont-set-jitfollowbranch
Core/ConfigManager: Don't set JITFollowBranch
This commit is contained in:
commit
325f3c6ee5
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue