mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
PPCSymbolDB: Fill in callers after loading map files
This commit is contained in:
parent
6cb7868286
commit
56f04b5406
1 changed files with 1 additions and 0 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue