mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 15:59:00 +00:00
Merge pull request #13821 from AlexanderHarrison/codeview-update-timer
CodeViewWidget: Improve Update performance
This commit is contained in:
commit
9224d2f827
2 changed files with 1 additions and 2 deletions
|
@ -622,6 +622,7 @@ bool PPCSymbolDB::LoadMap(const Core::CPUThreadGuard& guard, std::string filenam
|
|||
|
||||
Index(&new_functions);
|
||||
DetermineNoteLayers(&new_notes);
|
||||
FillInCallers();
|
||||
|
||||
std::lock_guard lock(m_mutex);
|
||||
std::swap(m_functions, new_functions);
|
||||
|
|
|
@ -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