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 53d061c commit c6bedfbCopy full SHA for c6bedfb
decompile/General/MEMCARD/MEMCARD_21_Format.c
@@ -8,7 +8,7 @@ uint8_t DECOMP_MEMCARD_Format(int slotIdx)
8
if (!format(MEMCARD_StringInit(slotIdx, 0)))
9
return 1;
10
11
- // discard any pending events
+ // discard any previous events
12
// submit a load to make sure format worked,
13
// check the result of a NEW CARD
14
// 8 tries to see if it worked
0 commit comments