mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Compilation fix 2
This commit is contained in:
parent
9bedf0d13e
commit
d9b53b476f
2 changed files with 10 additions and 7 deletions
|
|
@ -354,6 +354,7 @@ __noinline s32 savedata_op(
|
|||
|
||||
vfsFile f(sfo_path);
|
||||
PSFLoader psf(f);
|
||||
f.Close();
|
||||
|
||||
std::string dir_local_path;
|
||||
|
||||
|
|
@ -490,8 +491,9 @@ __noinline s32 savedata_op(
|
|||
{
|
||||
Emu.GetVFS().CreateFile(sfo_path, true);
|
||||
|
||||
vfsFile f(sfo_path, vfsWrite);
|
||||
f.Open(sfo_path, vfsWrite);
|
||||
psf.Save(f);
|
||||
f.Close();
|
||||
}
|
||||
|
||||
// Enter the loop where the save files are read/created/deleted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue