mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
ConfigManager: Drop SkipIdle option.
This option is safe + deterministic, so let's always enable it.
This commit is contained in:
@ -92,7 +92,6 @@ struct SConfig : NonCopyable
|
||||
bool bCPUThread = true;
|
||||
bool bDSPThread = false;
|
||||
bool bDSPHLE = true;
|
||||
bool bSkipIdle = true;
|
||||
bool bSyncGPUOnSkipIdleHack = true;
|
||||
bool bNTSC = false;
|
||||
bool bForceNTSCJ = false;
|
||||
|
Reference in New Issue
Block a user