mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Debugger BreakpointWidget: Allow editing breakpoints
This commit is contained in:
parent
032f54d403
commit
dd2282324b
8 changed files with 199 additions and 64 deletions
|
@ -44,6 +44,7 @@ private:
|
|||
void OnDelete();
|
||||
void OnClear();
|
||||
void OnNewBreakpoint();
|
||||
void OnEditBreakpoint(u32 address, bool is_instruction_bp);
|
||||
void OnLoad();
|
||||
void OnSave();
|
||||
void OnContextMenu();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue