resolve a fake match

This commit is contained in:
jiangzhengwenjz
2020-01-07 12:09:18 +08:00
parent 1fda78fd0a
commit a7ec7175f1
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ void STWI_set_Callback_S(void (*callbackS)(u16))
gRfuState->callbackS = callbackS;
}
void STWI_set_CallbackUnk(void (*func)(void))
void STWI_set_Callback_ID(void (*func)(void)) // name in SDK, but is actually setting a function pointer
{
gRfuState->unk_20 = func;
}