mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Qt: Connect debugging widgets
This commit is contained in:
parent
8795b342d1
commit
b63ec57c1e
3 changed files with 10 additions and 2 deletions
|
@ -117,7 +117,8 @@ void RegisterWidget::ShowContextMenu()
|
|||
auto type = static_cast<RegisterType>(item->data(DATA_TYPE).toInt());
|
||||
auto display = item->GetDisplay();
|
||||
|
||||
menu->addAction(tr("Add to &watch"));
|
||||
AddAction(menu, tr("Add to &watch"), this,
|
||||
[this, item] { emit RequestMemoryBreakpoint(item->GetValue()); });
|
||||
menu->addAction(tr("View &memory"));
|
||||
menu->addAction(tr("View &code"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue