Config: Port DisableICache setting to new config system.

This commit is contained in:
Admiral H. Curtiss
2022-01-06 01:23:56 +01:00
parent d98c6b0b1d
commit 7184983ee8
6 changed files with 25 additions and 11 deletions

View File

@ -161,7 +161,6 @@ void SConfig::LoadCoreSettings(IniFile& ini)
core->Get("SyncGpuMinDistance", &iSyncGpuMinDistance, -200000);
core->Get("SyncGpuOverclock", &fSyncGpuOverclock, 1.0f);
core->Get("FastDiscSpeed", &bFastDiscSpeed, false);
core->Get("DisableICache", &bDisableICache, false);
}
void SConfig::ResetRunningGameMetadata()
@ -281,7 +280,6 @@ void SConfig::LoadDefaults()
bCPUThread = false;
bSyncGPUOnSkipIdleHack = true;
bFastmem = true;
bDisableICache = false;
bMMU = false;
iBBDumpPort = -1;
bSyncGPU = false;