mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Fix #5370 regression
This commit is contained in:
parent
476090a747
commit
92be67b402
2 changed files with 2 additions and 2 deletions
|
|
@ -657,7 +657,7 @@ void Emulator::Load(bool add_only)
|
|||
}
|
||||
else
|
||||
{
|
||||
m_sfo_dir = GetSfoDirFromGamePath(fs::get_parent_dir(elf_dir), GetUsr());
|
||||
m_sfo_dir = GetSfoDirFromGamePath(elf_dir + "/../", GetUsr());
|
||||
}
|
||||
|
||||
_psf = psf::load_object(fs::file(m_sfo_dir + "/PARAM.SFO"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue