mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Another small DSP HLE update.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1123 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -74,6 +74,7 @@ class CDebugger : public wxDialog
|
||||
void OnUpdate(wxCommandEvent& event);
|
||||
|
||||
void ShowHideConsole(wxCommandEvent& event); // options
|
||||
void ShowBase(wxCommandEvent& event);
|
||||
void DoShowHideConsole();
|
||||
//void OnlyLooping(wxCommandEvent& event);
|
||||
void OnOptions(wxCommandEvent& event);
|
||||
@ -84,7 +85,7 @@ class CDebugger : public wxDialog
|
||||
void ChangePreset(wxCommandEvent& event);
|
||||
void DoChangePreset();
|
||||
|
||||
void OnSettingsCheck(wxCommandEvent& event); // settings
|
||||
void OnSettingsCheck(wxCommandEvent& event); // settings
|
||||
|
||||
// ============== Mail
|
||||
void DoUpdateMail();
|
||||
@ -107,14 +108,8 @@ class CDebugger : public wxDialog
|
||||
bool gShowAll;
|
||||
int giShowAll;
|
||||
int gUpdFreq;// main update freq.
|
||||
int gPreset; // main presets
|
||||
|
||||
bool gSSBM; // main settings
|
||||
bool gSSBMremedy1;
|
||||
bool gSSBMremedy2;
|
||||
bool gSequenced;
|
||||
bool gVolume;
|
||||
bool gReset;
|
||||
int gPreset; // main presets
|
||||
bool bShowBase; // main presets
|
||||
|
||||
bool ScanMails; // mail settings
|
||||
bool StoreMails;
|
||||
|
Reference in New Issue
Block a user