Fixed the DSP LLE debugger, it also automatically shows the disassembly on image load.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2998 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2009-04-18 19:06:47 +00:00
parent ab5354d644
commit 5f0ac1db68
4 changed files with 17 additions and 12 deletions

View File

@ -54,6 +54,7 @@ public:
bool CanDoStep();
void DebugBreak();
void Refresh();
private:
DECLARE_EVENT_TABLE();
@ -153,7 +154,6 @@ private:
void OnDoubleClick(wxListEvent& event);
void CreateGUIControls();
void Refresh();
void FocusOnPC();
void UnselectAll();
};