mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-13 09:19:32 -06:00
Boot: Restore symbol map loading
This commit is contained in:
@ -173,8 +173,9 @@ void CCodeWindow::OnSymbolsMenu(wxCommandEvent& event)
|
||||
if (!Core::IsRunning())
|
||||
return;
|
||||
|
||||
std::string existing_map_file, writable_map_file, title_id_str;
|
||||
bool map_exists = CBoot::FindMapFile(&existing_map_file, &writable_map_file, &title_id_str);
|
||||
const std::string& title_id_str = SConfig::GetInstance().m_debugger_game_id;
|
||||
std::string existing_map_file, writable_map_file;
|
||||
bool map_exists = CBoot::FindMapFile(&existing_map_file, &writable_map_file);
|
||||
switch (event.GetId())
|
||||
{
|
||||
case IDM_CLEAR_SYMBOLS:
|
||||
|
Reference in New Issue
Block a user