mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-25 10:48:40 +00:00
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:
parent
1287a9bb9f
commit
10675ba3c0
4 changed files with 21 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue