Apply kostamarino's patch to let you select DSPHLE per game.

yeah we need something more generic for this, to make all options per-game somehow..

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6966 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2011-01-29 13:26:49 +00:00
parent 1287a9bb9f
commit 10675ba3c0
4 changed files with 21 additions and 2 deletions

View File

@ -85,7 +85,7 @@ class CISOProperties : public wxDialog
wxStaticText *OverrideText;
// Core
wxCheckBox *CPUThread, *SkipIdle, *MMU, *MMUBAT, *TLBHack;
wxCheckBox *VBeam, *FastDiscSpeed, *BlockMerging;
wxCheckBox *VBeam, *FastDiscSpeed, *BlockMerging, *DSPHLE;
// Wii
wxCheckBox *EnableProgressiveScan, *EnableWideScreen;
// Video
@ -170,6 +170,7 @@ class CISOProperties : public wxDialog
ID_VBEAM,
ID_DISCSPEED,
ID_MERGEBLOCKS,
ID_AUDIO_DSP_HLE,
ID_FORCEFILTERING,
ID_EFBCOPYENABLE,
ID_EFBACCESSENABLE,