mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Add options for BreakpointWidget, WatchWidget, and CheatSearches to send address to Memory Widget
This commit is contained in:
parent
70bf89fa59
commit
177dae6a1a
9 changed files with 25 additions and 4 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
|
||||
signals:
|
||||
void ActionReplayCodeGenerated(const ActionReplay::ARCode& ar_code);
|
||||
void ShowMemory(const u32 address);
|
||||
|
||||
private:
|
||||
void CreateWidgets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue