Debugger: Fix editing of function names

This commit is contained in:
refractionpcsx2 2020-05-02 14:56:49 +01:00 committed by lightningterror
parent 5c8c4ce6fb
commit ef9f2486d3
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)