mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-01 12:15:27 -06:00
cellSaveData: Fixup funcDone result check
This commit is contained in:
parent
441713d959
commit
6f6503ee32
@ -1229,6 +1229,11 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v
|
|||||||
{
|
{
|
||||||
cellSaveData.warning("savedata_op(): funcDone returned result=%d.", res);
|
cellSaveData.warning("savedata_op(): funcDone returned result=%d.", res);
|
||||||
|
|
||||||
|
if (res == CELL_SAVEDATA_CBRESULT_OK_LAST || res == CELL_SAVEDATA_CBRESULT_OK_LAST_NOCONFIRM)
|
||||||
|
{
|
||||||
|
return CELL_OK;
|
||||||
|
}
|
||||||
|
|
||||||
return display_callback_result_error_message(ppu, *result, errDialog);
|
return display_callback_result_error_message(ppu, *result, errDialog);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user