Small DSP HLE update. Some AX Wii games now play noise (Top Spin 3, Wario Land).

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1122 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2008-11-11 08:10:09 +00:00
parent 2a4e584e02
commit f38b1688cc
7 changed files with 111 additions and 76 deletions

View file

@ -37,7 +37,13 @@
#include "../Logging/Console.h" // open and close console
// externals
// externals that are needed even in Release builds
bool gSSBM = true;
bool gSSBMremedy1 = true;
bool gSSBMremedy2 = true;
bool gSequenced = true;
bool gVolume = true;
bool gReset = false;
extern std::vector<std::string> sMailLog, sMailTime;
@ -73,13 +79,6 @@ CDebugger::CDebugger(wxWindow *parent, wxWindowID id, const wxString &title,
//, gUpdFreq(5) // loaded from file
, gPreset(0)
, giShowAll(-1)
, gSSBM(true)
, gSSBMremedy1(true)
, gSSBMremedy2(true)
, gSequenced(true)
, gVolume(true)
, gReset(false)
{
CreateGUIControls();