mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
Config: Port DisableICache setting to new config system.
This commit is contained in:
parent
d98c6b0b1d
commit
7184983ee8
6 changed files with 25 additions and 11 deletions
|
@ -64,7 +64,6 @@ struct SConfig
|
|||
bool bJITNoBlockLinking = false;
|
||||
|
||||
bool bFastmem;
|
||||
bool bDisableICache = false;
|
||||
|
||||
int iTimingVariance = 40; // in milli secounds
|
||||
bool bCPUThread = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue