We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bedfb commit 1122789Copy full SHA for 1122789
decompile/WorkInProgress/src/MEMCARD/MEMCARD_Unkown.c
@@ -17,7 +17,7 @@ int FUN_8003ddac(void)
17
event = MEMCARD_GetNextSwEvent();
18
19
if (event == MC_RETURN_PENDING)
20
- return 0;
+ return MC_RETURN_PENDING;
21
22
else if (event == MC_RETURN_IOE)
23
{
@@ -73,9 +73,8 @@ int FUN_8003ddac(void)
73
74
75
76
- // if nothing happened yet, try again next frame
77
78
79
80
sdata->memcard_stage = MC_STAGE_IDLE;
81
0 commit comments