actually change NOGBAPrint, stupid
This commit is contained in:
+3
-3
@@ -155,12 +155,12 @@ void AGBAssert(const char *pFile, int nLine, const char *pExpression, int nStopP
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Find a way to seamlessly support no$gba without shit hack defines
|
// nogba print function, uncomment to use
|
||||||
// nogba print function
|
|
||||||
/*
|
/*
|
||||||
void NOGBAPrint(const char *pBuf)
|
void NOGBAPrint(const char *pBuf)
|
||||||
{
|
{
|
||||||
*(volatile u32*)NOGBAPRINTADDR = (u32)pBuf;
|
*(volatile u32*)NOGBAPRINTADDR = (u32)pBuf;
|
||||||
}*/
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user