mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Propagate elf loading failure up.
Also fix mistake in error message.
This commit is contained in:
@ -349,7 +349,8 @@ bool CBoot::BootUp()
|
||||
EmulatedBS2_GC(true);
|
||||
|
||||
Load_FST(_StartupPara.bWii);
|
||||
Boot_ELF(_StartupPara.m_strFilename);
|
||||
if(!Boot_ELF(_StartupPara.m_strFilename))
|
||||
return false;
|
||||
|
||||
UpdateDebugger_MapLoaded();
|
||||
Dolphin_Debugger::AddAutoBreakpoints();
|
||||
|
Reference in New Issue
Block a user