mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
MemoryWidget: Add "Add to watch" action
This commit is contained in:
parent
bbcaede389
commit
e3d85ffe35
5 changed files with 9 additions and 0 deletions
|
@ -442,6 +442,7 @@ void MainWindow::CreateComponents()
|
|||
connect(m_memory_widget, &MemoryWidget::ShowCode, m_code_widget, [this](u32 address) {
|
||||
m_code_widget->SetAddress(address, CodeViewWidget::SetAddressUpdate::WithDetailedUpdate);
|
||||
});
|
||||
connect(m_memory_widget, &MemoryWidget::RequestWatch, request_watch);
|
||||
|
||||
connect(m_breakpoint_widget, &BreakpointWidget::BreakpointsChanged, m_code_widget,
|
||||
&CodeWidget::Update);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue