diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-06-17 19:50:59 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-06-17 19:50:59 +0000 |
| commit | 51cbdea782705f22053f6b15b2bcc4e99be305fb (patch) | |
| tree | bdfb4e6095bf2cb97c78b75c7f4a6406755db154 /Source/Core/DebuggerWX/Src/CodeWindow.h | |
| parent | 9d9ce4274b571170b66dee06c583f896cd165c4e (diff) | |
MemoryView can now view ARAM (rightclick -> toggle memory). Add "search for instruction" capability to debugger. Code cleanup, log zelda pb type (9 all the time in Zelda Four Swords)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3479 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.h')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.h b/Source/Core/DebuggerWX/Src/CodeWindow.h index 2ab3436855..469c45cab4 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.h +++ b/Source/Core/DebuggerWX/Src/CodeWindow.h @@ -106,6 +106,7 @@ class CCodeWindow // JIT IDM_CLEARCODECACHE, IDM_LOGINSTRUCTIONS, + IDM_SEARCHINSTRUCTION, // Profiler IDM_PROFILEBLOCKS, |
