mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #1137 from lioncash/debugger-crash
DolphinWX: Fix case where the debugger would crash on hiding a pane.
This commit is contained in:
commit
6379d3983a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class DebugInterface;
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
IDM_MEM_ADDRBOX = 350,
|
IDM_MEM_ADDRBOX,
|
||||||
IDM_SYMBOLLIST,
|
IDM_SYMBOLLIST,
|
||||||
IDM_SETVALBUTTON,
|
IDM_SETVALBUTTON,
|
||||||
IDM_DUMP_MEMORY,
|
IDM_DUMP_MEMORY,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue