cellSaveData fix

This commit is contained in:
Nekotekina 2018-05-21 20:26:37 +03:00
parent c9669818eb
commit 182259e4a5

View file

@ -653,6 +653,11 @@ static NEVER_INLINE s32 savedata_op(ppu_thread& ppu, u32 operation, u32 version,
return CELL_SAVEDATA_ERROR_PARAM;
}
}
if (result->result != CELL_SAVEDATA_CBRESULT_OK_NEXT)
{
funcFile = vm::null;
}
}