1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-26 04:32:35 +01:00

cellSaveData: Emulate PPU processing of auto/list post-fixed callback

This commit is contained in:
Eladash 2020-06-25 16:50:25 +03:00 committed by Ivan
parent e45d37073a
commit ab9cdc70ad

View File

@ -1120,6 +1120,7 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v
{
if (operation != SAVEDATA_OP_FIXED_SAVE && operation != SAVEDATA_OP_FIXED_LOAD && operation != SAVEDATA_OP_FIXED_DELETE)
{
lv2_sleep(ppu, 5000);
break;
}
@ -1161,6 +1162,7 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v
break;
}
case CELL_SAVEDATA_OPTION_NOCONFIRM:
lv2_sleep(ppu, 5000);
break;
default :