mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Qt/Debugger: Implement "Memory" widget
This commit is contained in:
@ -27,6 +27,9 @@ public:
|
||||
bool do_break = true);
|
||||
void Update();
|
||||
|
||||
signals:
|
||||
void BreakpointsChanged();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent*) override;
|
||||
|
||||
|
Reference in New Issue
Block a user