Skip to content

Commit 92954ff

Browse files
committed
Fix EXI_Sync on Wii U
1 parent f10405c commit 92954ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libogc/exi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ s32 EXI_Sync(s32 nChn)
470470
#ifdef _EXI_DEBUG
471471
printf("EXI_Sync(%d)\n",nChn);
472472
#endif
473-
while(_exiReg[32+nChn][3]&0x0001);
473+
while(_exiReg[7+nChn][0]&0x0001);
474474

475475
_CPU_ISR_Disable(level);
476476

0 commit comments

Comments
 (0)