We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb52e17 commit e6dc7acCopy full SHA for e6dc7ac
decompile/WorkInProgress/src/MEMCARD/MEMCARD_17_HandleEvent.c
@@ -209,9 +209,8 @@ int DECOMP_MEMCARD_HandleEvent(void)
209
break;
210
}
211
212
- // at this point, assume checksum succeeded (return 1)
213
-
214
- // THIS WILL NEVER HAPPEN
+ // at this point, assume checksum failed (return 1),
+ // if loading 2-block save, read again, then retry checksum
215
if (((sdata->memcardStatusFlags & 4) == 0) && (sdata->memcard_stage < 7))
216
{
217
sdata->memcard_stage++;
0 commit comments