Skip to content

Commit d0596fa

Browse files
committed
memcard progress
1 parent 1466618 commit d0596fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

decompile/WorkInProgress/src/MEMCARD/MEMCARD_20_Save.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ uint8_t MEMCARD_Save(int slotIdx, char *name,
4949
*(memcardIconPtr + i) = *param_3;
5050
}
5151

52+
// === Naughty Dog Bug ===
53+
// This can not happen async because the MEMCARD_EventHandler
54+
// will only run AFTER the memcard request (write) begins,
55+
// That is why the first frame lags, and it can not be fixed as-is
5256
MEMCARD_ChecksumSave(ptrData, fileSize);
5357

5458

0 commit comments

Comments
 (0)