Add sceNp2 and some sceNpMatching2 functions

This commit is contained in:
Raul Tambre 2015-07-14 15:07:23 +03:00
parent ddcaf4972f
commit 80b544aa78
7 changed files with 332 additions and 43 deletions

View file

@ -625,7 +625,6 @@ never_inline s32 savedata_op(
// Write PARAM.SFO
if (psf)
{
cellSysutil.Error("psf: true");
vfsFile f(sfo_path, vfsWriteNew);
psf.Save(f);
}