mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 20:42:07 +00:00
Drop framelimit by fps
Framelimit by fps can't be done per coretiming
This commit is contained in:
parent
f7dc918057
commit
a51b5f7815
5 changed files with 1 additions and 18 deletions
|
@ -53,7 +53,6 @@ private:
|
|||
ID_IDLESKIP,
|
||||
ID_ENABLECHEATS,
|
||||
ID_FRAMELIMIT,
|
||||
ID_FRAMELIMIT_USEFPSFORLIMITING,
|
||||
|
||||
ID_CPUENGINE,
|
||||
ID_DSPTHREAD,
|
||||
|
@ -123,7 +122,6 @@ private:
|
|||
wxCheckBox* SkipIdle;
|
||||
wxCheckBox* EnableCheats;
|
||||
wxChoice* Framelimit;
|
||||
wxCheckBox* UseFPSForLimiting;
|
||||
|
||||
// Advanced
|
||||
wxRadioBox* CPUEngine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue