Skip to content

Commit 1122789

Browse files
committed
memcard progress
1 parent c6bedfb commit 1122789

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

decompile/WorkInProgress/src/MEMCARD/MEMCARD_Unkown.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ int FUN_8003ddac(void)
1717
event = MEMCARD_GetNextSwEvent();
1818

1919
if (event == MC_RETURN_PENDING)
20-
return 0;
20+
return MC_RETURN_PENDING;
2121

2222
else if (event == MC_RETURN_IOE)
2323
{
@@ -73,9 +73,8 @@ int FUN_8003ddac(void)
7373

7474
event = MEMCARD_GetNextSwEvent();
7575

76-
// if nothing happened yet, try again next frame
7776
if (event == MC_RETURN_PENDING)
78-
return 0;
77+
return MC_RETURN_PENDING;
7978

8079
sdata->memcard_stage = MC_STAGE_IDLE;
8180

0 commit comments

Comments
 (0)