mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/Debugger: Add Show in Code / Show in Memory
This commit is contained in:
@ -49,6 +49,7 @@ public:
|
||||
|
||||
signals:
|
||||
void BreakpointsChanged();
|
||||
void ShowCode(u32 address);
|
||||
|
||||
private:
|
||||
void OnContextMenu();
|
||||
|
Reference in New Issue
Block a user