Decompile librfu_intr against agbcc_arm

This commit is contained in:
PikalaxALT
2020-01-31 09:26:00 -05:00
parent e3307a5b7a
commit 7e894aa4d0
7 changed files with 410 additions and 694 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ void STWI_set_Callback_S(void (*callbackS)(u16))
void STWI_set_Callback_ID(void (*func)(void)) // name in SDK, but is actually setting a function pointer
{
gSTWIStatus->unk_20 = func;
gSTWIStatus->callbackID = func;
}
u16 STWI_poll_CommandEnd(void)