mirror of https://github.com/PCSX2/pcsx2.git
Oops, games should boot again now.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3093 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
0fa3303be3
commit
276a78b14b
|
@ -627,7 +627,10 @@ void __fastcall eeloadReplaceOSDSYS()
|
|||
|
||||
const wxString &elf_override = GetCoreThread().GetElfOverride();
|
||||
|
||||
cdvdReloadElfInfo(L"host:" + elf_override);
|
||||
if (!elf_override.IsEmpty())
|
||||
cdvdReloadElfInfo(L"host:" + elf_override);
|
||||
else
|
||||
cdvdReloadElfInfo();
|
||||
|
||||
// didn't recognise an ELF
|
||||
if (ElfEntry == -1) {
|
||||
|
|
Loading…
Reference in New Issue