mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 10:50:01 +00:00
Add FPRF interface option, change from EnableFPRF to just FPRF
This commit is contained in:
parent
719326df65
commit
c74b4df13e
23 changed files with 27 additions and 22 deletions
|
@ -67,7 +67,7 @@ private:
|
|||
DECLARE_EVENT_TABLE();
|
||||
|
||||
// Core
|
||||
wxCheckBox *CPUThread, *SkipIdle, *MMU, *BAT, *DCBZOFF;
|
||||
wxCheckBox *CPUThread, *SkipIdle, *MMU, *BAT, *DCBZOFF, *FPRF;
|
||||
wxCheckBox *VBeam, *SyncGPU, *FastDiscSpeed, *BlockMerging, *DSPHLE;
|
||||
// Wii
|
||||
wxCheckBox *EnableWideScreen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue