mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 03:32:07 +00:00
cellSaveData: only show dialogs in fixed functions
This commit is contained in:
parent
915cf0bae8
commit
a5c5927468
@ -957,7 +957,8 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fixedSet->option != CELL_SAVEDATA_OPTION_NOCONFIRM)
|
if (fixedSet->option != CELL_SAVEDATA_OPTION_NOCONFIRM &&
|
||||||
|
(operation == SAVEDATA_OP_FIXED_SAVE || operation == SAVEDATA_OP_FIXED_LOAD || operation == SAVEDATA_OP_FIXED_DELETE))
|
||||||
{
|
{
|
||||||
// Yield
|
// Yield
|
||||||
lv2_obj::sleep(ppu);
|
lv2_obj::sleep(ppu);
|
||||||
|
Loading…
Reference in New Issue
Block a user