Use SetupBAT in Boot_ELF

Sigh...
This commit is contained in:
JosJuice
2017-05-14 15:18:58 +02:00
parent 460459fb7d
commit 41b3b05cfe
2 changed files with 5 additions and 21 deletions

View File

@ -393,6 +393,8 @@ bool CBoot::BootUp()
if (!Boot_ELF(_StartupPara.m_strFilename))
return false;
// Note: Boot_ELF calls HLE::PatchFunctions()
UpdateDebugger_MapLoaded();
Dolphin_Debugger::AddAutoBreakpoints();
break;