mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
CodeViewWidget: Improve performance by removing unnecessary FillInCallers computation during update
This commit is contained in:
parent
d6a4421386
commit
6cb7868286
1 changed files with 0 additions and 2 deletions
|
@ -433,8 +433,6 @@ void CodeViewWidget::Update(const Core::CPUThreadGuard* guard)
|
|||
|
||||
CalculateBranchIndentation();
|
||||
|
||||
m_ppc_symbol_db.FillInCallers();
|
||||
|
||||
repaint();
|
||||
m_updating = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue