mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
RegisterWidget: Fix view in code/memory
This commit is contained in:
parent
82fd7f576e
commit
beeb68d541
3 changed files with 11 additions and 2 deletions
|
@ -24,6 +24,8 @@ public:
|
|||
|
||||
signals:
|
||||
void RequestTableUpdate();
|
||||
void RequestViewInCode(u32 addr);
|
||||
void RequestViewInMemory(u32 addr);
|
||||
void RequestMemoryBreakpoint(u32 addr);
|
||||
void UpdateTable();
|
||||
void UpdateValue(QTableWidgetItem* item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue