mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
cellSaveData: remove duplicate yield
This commit is contained in:
parent
5e7d25ad35
commit
b3ad89cc8b
1 changed files with 0 additions and 3 deletions
|
@ -961,9 +961,6 @@ 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))
|
(operation == SAVEDATA_OP_FIXED_SAVE || operation == SAVEDATA_OP_FIXED_LOAD || operation == SAVEDATA_OP_FIXED_DELETE))
|
||||||
{
|
{
|
||||||
// Yield
|
|
||||||
lv2_obj::sleep(ppu);
|
|
||||||
|
|
||||||
std::string message;
|
std::string message;
|
||||||
|
|
||||||
if (selected == -1)
|
if (selected == -1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue