mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Debugger BreakpointWidget: Allow editing breakpoints
This commit is contained in:

committed by
Admiral H. Curtiss

parent
032f54d403
commit
dd2282324b
@ -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();
|
||||
|
Reference in New Issue
Block a user