mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 17:49:48 -06:00
[UI] Remove idle skipping from game properties
This commit is contained in:
@ -81,7 +81,7 @@ private:
|
||||
PHackData m_PHack_Data;
|
||||
|
||||
// Core
|
||||
wxCheckBox *CPUThread, *SkipIdle, *MMU, *DCBZOFF, *FPRF;
|
||||
wxCheckBox *CPUThread, *MMU, *DCBZOFF, *FPRF;
|
||||
wxCheckBox *SyncGPU, *FastDiscSpeed, *DSPHLE;
|
||||
|
||||
wxArrayString arrayStringFor_GPUDeterminism;
|
||||
@ -140,7 +140,6 @@ private:
|
||||
ID_FILESYSTEM,
|
||||
|
||||
ID_USEDUALCORE,
|
||||
ID_IDLESKIP,
|
||||
ID_MMU,
|
||||
ID_DCBZOFF,
|
||||
ID_FPRF,
|
||||
|
Reference in New Issue
Block a user