We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5a235 commit 9a5cc49Copy full SHA for 9a5cc49
decompile/General/MEMCARD/MEMCARD_03_ChecksumLoad.c
@@ -1,6 +1,6 @@
1
#include <common.h>
2
3
-MC_EVENT DECOMP_MEMCARD_ChecksumLoad(unsigned char* saveBytes, int len)
+int DECOMP_MEMCARD_ChecksumLoad(unsigned char* saveBytes, int len)
4
{
5
int i;
6
int crc;
0 commit comments