mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Fix akiba with cell cancel
This commit is contained in:
parent
051dd388d7
commit
458968658f
1 changed files with 2 additions and 1 deletions
|
@ -317,7 +317,8 @@ static NEVER_INLINE s32 savedata_op(ppu_thread& ppu, u32 operation, u32 version,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return CELL_OK; // ???
|
// This happens if someone tries to load but there is no data selected. Some games will throw errors (Akiba) if cell_ok is returned
|
||||||
|
return CELL_CANCEL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Cancel selected in UI
|
// Cancel selected in UI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue