diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-23 09:20:36 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-23 09:20:36 +0000 |
| commit | f82bf2ae9abbf2cfeef5ad88a1a8d55ff0171afa (patch) | |
| tree | a0fac34e4e58a9f5125370aae43fe3d1ce124a24 /Source/Core/DebuggerWX/src/CodeWindow.h | |
| parent | 0becaa3223e57557b9d53bf1564d8da9eff0a64c (diff) | |
Lots of FP hacking for little gain, super monkey ball is only slightly more sane (wow, it rhymed). Temporary no-speed-limit hack: Hold TAB.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@279 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 d56038a54e..9a7010c7fb 100644 --- a/Source/Core/DebuggerWX/src/CodeWindow.h +++ b/Source/Core/DebuggerWX/src/CodeWindow.h @@ -80,6 +80,7 @@ class CCodeWindow IDM_BREAKPOINTWINDOW,
IDM_MEMORYWINDOW,
IDM_SCANFUNCTIONS,
+ IDM_LOGINSTRUCTIONS,
IDM_LOADMAPFILE,
IDM_SAVEMAPFILE,
IDM_CLEARCODECACHE,
|
