Add FPRF interface option, change from EnableFPRF to just FPRF

This commit is contained in:
Fiora
2014-10-15 08:22:17 -07:00
parent 719326df65
commit c74b4df13e
23 changed files with 27 additions and 22 deletions

View File

@ -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;