yaz0.c OK (#71)

This commit is contained in:
Rozelette
2021-03-16 20:49:27 -05:00
committed by GitHub
parent a53626049f
commit 8342329538
16 changed files with 192 additions and 37 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ void FaultDrawer_SetInputCallback(void(*callback)()) {
void FaultDrawer_Init() {
sFaultDrawContext = &sFaultDrawerStruct;
_bcopy(&sFaultDrawerDefault, sFaultDrawContext, sizeof(FaultDrawer));
bcopy(&sFaultDrawerDefault, sFaultDrawContext, sizeof(FaultDrawer));
sFaultDrawContext->fb = (u16*)((osMemSize | 0x80000000) - 0x25800);
}