mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 07:05:04 -06:00
cellSaveData: Set listSet->focusPosition to LISTHEAD by default
This commit is contained in:
parent
fae46bf194
commit
66916df4ae
@ -698,6 +698,8 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v
|
|||||||
|
|
||||||
if (funcList)
|
if (funcList)
|
||||||
{
|
{
|
||||||
|
listSet->focusPosition = CELL_SAVEDATA_FOCUSPOS_LISTHEAD;
|
||||||
|
|
||||||
// List Callback
|
// List Callback
|
||||||
funcList(ppu, result, listGet, listSet);
|
funcList(ppu, result, listGet, listSet);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user