mirror of https://github.com/PCSX2/pcsx2.git
Filenames are case sensitive in Linux.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2613 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
19b65d52c1
commit
b6b6a1d881
|
@ -479,11 +479,11 @@ void loadElfFile(const wxString& filename)
|
|||
DevCon.WriteLn("Loading from a file (or non-cd image).");
|
||||
#ifdef USE_HOSTFS
|
||||
parameters = filename;
|
||||
filename = wxT("PCSX2HOSTFS_LDR.ELF");
|
||||
filename = wxT("pcsx2hostfs_ldr.elf");
|
||||
#endif
|
||||
elfptr = new ElfObject(filename, Path::GetFileSize(filename));
|
||||
#ifdef USE_HOSTFS
|
||||
filename = wxT("host:PCSX2HOSTFS_LDR.ELF");
|
||||
filename = wxT("host:pcsx2hostfs_ldr.elf");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue