mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Allow to disable/enable from the BreakpointWidget
Added a context menu, for when a breakpoint is right-clicked Removed the `itemClicked` behavior, since it would clash with the context menu
This commit is contained in:
@ -46,6 +46,7 @@ private:
|
||||
void OnNewBreakpoint();
|
||||
void OnLoad();
|
||||
void OnSave();
|
||||
void OnContextMenu();
|
||||
|
||||
void UpdateIcons();
|
||||
|
||||
|
Reference in New Issue
Block a user