Skip to content

Commit 9a5cc49

Browse files
committed
memcard progress
1 parent 0d5a235 commit 9a5cc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decompile/General/MEMCARD/MEMCARD_03_ChecksumLoad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <common.h>
22

3-
MC_EVENT DECOMP_MEMCARD_ChecksumLoad(unsigned char* saveBytes, int len)
3+
int DECOMP_MEMCARD_ChecksumLoad(unsigned char* saveBytes, int len)
44
{
55
int i;
66
int crc;

0 commit comments

Comments
 (0)