mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Qt/Debugger: Add Show in Code / Show in Memory
This commit is contained in:
parent
0a8e04e469
commit
3e3f9565ec
9 changed files with 40 additions and 0 deletions
|
@ -44,6 +44,7 @@ public:
|
|||
signals:
|
||||
void BreakpointsChanged();
|
||||
void RequestPPCComparison(u32 addr);
|
||||
void ShowMemory(u32 address);
|
||||
|
||||
private:
|
||||
void CreateWidgets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue