diff options
| author | fires.gc <fires.gc@gmail.com> | 2008-07-17 21:46:34 +0000 |
|---|---|---|
| committer | fires.gc <fires.gc@gmail.com> | 2008-07-17 21:46:34 +0000 |
| commit | 343d1ece115879ea2c8d77abbeadaa8ef3e3de77 (patch) | |
| tree | 58513e74dd60b3076331e6c1f098d6a9a9dc219e /Source/Core/DebuggerWX/src/CodeWindow.h | |
| parent | 91ccda69efb56fa729c3f4f3209726238f656e29 (diff) | |
debugger improvments
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@25 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/CodeWindow.h')
| -rw-r--r-- | Source/Core/DebuggerWX/src/CodeWindow.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.h b/Source/Core/DebuggerWX/src/CodeWindow.h index ff711633ac..95db88ece6 100644 --- a/Source/Core/DebuggerWX/src/CodeWindow.h +++ b/Source/Core/DebuggerWX/src/CodeWindow.h @@ -43,12 +43,14 @@ class CCodeWindow const wxSize& size = wxSize(400, 500),
long style = wxDEFAULT_FRAME_STYLE | wxCLIP_CHILDREN | wxNO_FULL_REPAINT_ON_RESIZE);
+ ~CCodeWindow();
+
void Update();
void NotifyMapLoaded();
bool UseInterpreter();
bool UseDualCore();
-
+ void JumpToAddress(u32 _Address);
private:
|
