mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Propagate elf loading failure up.
Also fix mistake in error message.
This commit is contained in:
@ -104,7 +104,7 @@ bool ElfReader::LoadIntoMemory()
|
||||
|
||||
if (bRelocate)
|
||||
{
|
||||
PanicAlert("Error: Dolphin doesn't know to load a relocatable elf.");
|
||||
PanicAlert("Error: Dolphin doesn't know how to load a relocatable elf.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user