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:
parent
e45d37073a
commit
ab9cdc70ad
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user