mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Qt/Debugger: Implement "JIT" widget
This commit is contained in:
parent
dabfecfd74
commit
1dfcffcce2
13 changed files with 475 additions and 1 deletions
|
@ -152,6 +152,9 @@ void CodeWidget::ConnectWidgets()
|
|||
connect(m_code_view, &CodeViewWidget::SymbolsChanged, this, &CodeWidget::UpdateSymbols);
|
||||
connect(m_code_view, &CodeViewWidget::BreakpointsChanged, this,
|
||||
[this] { emit BreakpointsChanged(); });
|
||||
|
||||
connect(m_code_view, &CodeViewWidget::RequestPPCComparison, this,
|
||||
&CodeWidget::RequestPPCComparison);
|
||||
}
|
||||
|
||||
void CodeWidget::OnSearchAddress()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue