actually change NOGBAPrint, stupid

This commit is contained in:
ProjectRevoTPP 2018-01-08 17:05:26 -05:00
parent 7d501c8b13
commit d215fcc78e

View File

@ -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