mirror of https://github.com/PCSX2/pcsx2.git
Debugger: Fix editing of function names
This commit is contained in:
parent
5c8c4ce6fb
commit
ef9f2486d3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue