Skip to content

Commit 1466618

Browse files
committed
memcard progress
1 parent c404be7 commit 1466618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

decompile/WorkInProgress/src/MEMCARD/MEMCARD_17_HandleEvent.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ int DECOMP_MEMCARD_HandleEvent(void)
198198
if (event == MC_RETURN_PENDING)
199199
return MC_RETURN_PENDING;
200200

201+
// This should have no IF,
202+
// that way it always returns 0 or 1
201203
if (event == MC_RETURN_IOE)
202204
{
203205
extra = MC_EXTRA_CLOSE;

0 commit comments

Comments
 (0)