diff --git a/rpcs3/Emu/Cell/Modules/cellSaveData.cpp b/rpcs3/Emu/Cell/Modules/cellSaveData.cpp index 5a4e5215c5..cd4d40243d 100644 --- a/rpcs3/Emu/Cell/Modules/cellSaveData.cpp +++ b/rpcs3/Emu/Cell/Modules/cellSaveData.cpp @@ -698,6 +698,8 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v if (funcList) { + listSet->focusPosition = CELL_SAVEDATA_FOCUSPOS_LISTHEAD; + // List Callback funcList(ppu, result, listGet, listSet);