name STWIStatus.unk_2c

This commit is contained in:
PikalaxALT
2020-01-31 16:57:52 -05:00
parent 88bda9fabd
commit 5ca03c0e32
4 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ static void sio32intr_clock_master(void)
gSTWIStatus->state = 4; // error
}
}
gSTWIStatus->unk_2c = 0;
gSTWIStatus->sending = 0;
if (gSTWIStatus->callbackM != NULL)
Callback_Dummy_M(gSTWIStatus->reqActiveCommand, gSTWIStatus->error, gSTWIStatus->callbackM);
}