Linux build fix.

This commit is contained in:
Sacha 2014-03-12 02:36:17 +10:00
parent b7b33145f6
commit 5f3f7e197a
9 changed files with 43 additions and 28 deletions

View file

@ -165,7 +165,7 @@ bool Loader::Load()
/*
const wxString& root = wxFileName(wxFileName(m_stream->GetPath()).GetPath()).GetPath();
wxString ps3_path;
const wxString& psf_path = root + "\\" + "PARAM.SFO";
const wxString& psf_path = root + "/" + "PARAM.SFO";
vfsFile f(psf_path);
if(f.IsOpened())
{