mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
cellSaveData fix
This commit is contained in:
parent
c9669818eb
commit
182259e4a5
1 changed files with 5 additions and 0 deletions
|
@ -653,6 +653,11 @@ static NEVER_INLINE s32 savedata_op(ppu_thread& ppu, u32 operation, u32 version,
|
||||||
return CELL_SAVEDATA_ERROR_PARAM;
|
return CELL_SAVEDATA_ERROR_PARAM;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (result->result != CELL_SAVEDATA_CBRESULT_OK_NEXT)
|
||||||
|
{
|
||||||
|
funcFile = vm::null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue