Debugger: Fix editing of function names

This commit is contained in:
refractionpcsx2 2020-05-02 14:56:49 +01:00
parent 97df1dd3b5
commit 18f772e71c
1 changed files with 3 additions and 0 deletions

View File

@ -556,6 +556,9 @@ void DisassemblyDialog::onDebuggerEvent(wxCommandEvent& evt)
onBreakpointClick(evt);
} else if (type == debEVT_MAPLOADED)
{
wxBusyInfo wait("Please wait, Reloading ELF functions");
eeTab->clearSymbolMap();
iopTab->clearSymbolMap();
eeTab->reloadSymbolMap();
iopTab->reloadSymbolMap();
} else if (type == debEVT_STEPOUT)