mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
Qt/Debugger: Implement "Memory" widget
This commit is contained in:
parent
5c83e18fbd
commit
95ae4b34d9
14 changed files with 1195 additions and 1 deletions
|
@ -27,6 +27,9 @@ public:
|
|||
bool do_break = true);
|
||||
void Update();
|
||||
|
||||
signals:
|
||||
void BreakpointsChanged();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent*) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue