mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 21:18:51 -06:00
CodeViewWidget: Improve performance by removing unnecessary FillInCallers computation during update
This commit is contained in:
@ -433,8 +433,6 @@ void CodeViewWidget::Update(const Core::CPUThreadGuard* guard)
|
|||||||
|
|
||||||
CalculateBranchIndentation();
|
CalculateBranchIndentation();
|
||||||
|
|
||||||
m_ppc_symbol_db.FillInCallers();
|
|
||||||
|
|
||||||
repaint();
|
repaint();
|
||||||
m_updating = false;
|
m_updating = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user