mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
SymbolDB: Blank stripped symbol name fixed
This commit is contained in:
@ -337,7 +337,7 @@ void CCodeWindow::OnSymbolsMenu(wxCommandEvent& event)
|
||||
|
||||
Symbol* symbol = g_symbolDB.GetSymbolFromAddr(address);
|
||||
if (symbol)
|
||||
symbol->name = line.substr(12);
|
||||
symbol->Rename(line.substr(12));
|
||||
}
|
||||
|
||||
Host_NotifyMapLoaded();
|
||||
|
Reference in New Issue
Block a user