mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
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:
parent
ab5354d644
commit
5f0ac1db68
4 changed files with 17 additions and 12 deletions
|
@ -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();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue