mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Linux build fix.
This commit is contained in:
parent
b7b33145f6
commit
5f3f7e197a
9 changed files with 43 additions and 28 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue