Skip to content

Commit 0919879

Browse files
committed
memcard progress
1 parent d0596fa commit 0919879

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

decompile/WorkInProgress/src/MEMCARD/MEMCARD_20_Save.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ uint8_t MEMCARD_Save(int slotIdx, char *name,
5050
}
5151

5252
// === Naughty Dog Bug ===
53-
// This can not happen async because the MEMCARD_EventHandler
53+
// This can not happen async because the MEMCARD_HandleEvent
5454
// 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
55+
// That is why the first frame lags, can be fixed with a new
56+
// MEMCARD_HandleEvent stage that happens while memcard is PENDING
5657
MEMCARD_ChecksumSave(ptrData, fileSize);
5758

5859

0 commit comments

Comments
 (0)