mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 18:59:19 +00:00
Remove the ZTP speedup hack. Also remove useless debugging code, and a presumably outdated workaround (which was commented out).
Fixes issue 6875.
This commit is contained in:
parent
5e5db9fbc6
commit
b49c09c36b
5 changed files with 16 additions and 76 deletions
|
@ -61,7 +61,7 @@ private:
|
|||
// Wii
|
||||
wxCheckBox *EnableWideScreen;
|
||||
// Video
|
||||
wxCheckBox *UseZTPSpeedupHack, *PHackEnable, *UseBBox;
|
||||
wxCheckBox *PHackEnable, *UseBBox;
|
||||
wxButton *PHSettings;
|
||||
|
||||
wxArrayString arrayStringFor_EmuState;
|
||||
|
@ -123,7 +123,6 @@ private:
|
|||
ID_MERGEBLOCKS,
|
||||
ID_AUDIO_DSP_HLE,
|
||||
ID_USE_BBOX,
|
||||
ID_ZTP_SPEEDUP,
|
||||
ID_PHACKENABLE,
|
||||
ID_PHSETTINGS,
|
||||
ID_ENABLEPROGRESSIVESCAN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue