BreakpointWidget: Update when Host::PPCSymbolsChanged

Otherwise, outdated symbol names will remain.
This commit is contained in:
mitaclaw 2024-09-20 18:39:20 -07:00
parent 7c2a39706e
commit 4f821f4332

View File

@ -131,6 +131,7 @@ BreakpointWidget::BreakpointWidget(QWidget* parent)
Update();
});
connect(Host::GetInstance(), &Host::PPCSymbolsChanged, this, &BreakpointWidget::Update);
connect(Host::GetInstance(), &Host::PPCBreakpointsChanged, this, &BreakpointWidget::Update);
UpdateIcons();