mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
(nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would clear the log.
This commit is contained in:
parent
2890378331
commit
7dc8373774
@ -98,6 +98,8 @@ protected:
|
||||
ID_SHOW_BREAKPOINTS,
|
||||
ID_SHOW_WATCHPOINTS,
|
||||
|
||||
ID_CLEAR_LOG,
|
||||
|
||||
ID_DEVICE_OPTIONS // always keep this at the end
|
||||
};
|
||||
|
||||
|
@ -21,10 +21,6 @@ public:
|
||||
virtual ~logwin_info();
|
||||
|
||||
protected:
|
||||
enum
|
||||
{
|
||||
ID_CLEAR_LOG = 1
|
||||
};
|
||||
virtual bool handle_command(WPARAM wparam, LPARAM lparam) override;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user