Config: Port DisableICache setting to new config system.

This commit is contained in:
Admiral H. Curtiss 2022-01-06 01:23:56 +01:00
commit 7184983ee8
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
6 changed files with 25 additions and 11 deletions

View file

@ -64,7 +64,6 @@ struct SConfig
bool bJITNoBlockLinking = false;
bool bFastmem;
bool bDisableICache = false;
int iTimingVariance = 40; // in milli secounds
bool bCPUThread = true;