Remove unused progressive scan option from iso properties, and disable audio settings while a game is running.

This commit is contained in:
Rachel Bryk
2013-01-03 16:40:18 -05:00
parent 3da05af30a
commit 4f531fe122
3 changed files with 7 additions and 21 deletions

View File

@ -72,7 +72,7 @@ private:
wxCheckBox *CPUThread, *SkipIdle, *MMU, *MMUBAT, *TLBHack;
wxCheckBox *VBeam, *FastDiscSpeed, *BlockMerging, *DSPHLE;
// Wii
wxCheckBox *EnableProgressiveScan, *EnableWideScreen, *DisableWiimoteSpeaker;
wxCheckBox *EnableWideScreen, *DisableWiimoteSpeaker;
// Video
wxCheckBox *UseZTPSpeedupHack, *PHackEnable, *UseBBox;
wxButton *PHSettings;