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:
sudonim1 2010-05-28 10:52:04 +00:00
parent 0fa3303be3
commit 276a78b14b
1 changed files with 4 additions and 1 deletions

View File

@ -627,7 +627,10 @@ void __fastcall eeloadReplaceOSDSYS()
const wxString &elf_override = GetCoreThread().GetElfOverride();
if (!elf_override.IsEmpty())
cdvdReloadElfInfo(L"host:" + elf_override);
else
cdvdReloadElfInfo();
// didn't recognise an ELF
if (ElfEntry == -1) {