Merge pull request #7254 from Techjar/dont-set-jitfollowbranch

Core/ConfigManager: Don't set JITFollowBranch
This commit is contained in:
JosJuice 2018-07-16 21:06:31 +02:00 committed by GitHub
commit 325f3c6ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);