mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-18 00:01:45 +00:00
Merge bad map file loading into the original function.
This commit is contained in:
parent
f95f43fdde
commit
dfd915eb53
3 changed files with 20 additions and 90 deletions
|
@ -314,7 +314,7 @@ void CCodeWindow::OnSymbolsMenu(wxCommandEvent& event)
|
|||
|
||||
if (!path.IsEmpty())
|
||||
{
|
||||
g_symbolDB.LoadBadMap(WxStrToStr(path));
|
||||
g_symbolDB.LoadMap(WxStrToStr(path), true);
|
||||
Parent->StatusBarMessage("Loaded symbols from '%s'", WxStrToStr(path).c_str());
|
||||
}
|
||||
HLE::PatchFunctions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue