From eb0635784ce23b38fb09d6ccb5dea75a3ed3ba0f Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Mon, 8 Jan 2018 17:05:02 -0500 Subject: actually change NOGBAPrint, stupid --- src/isagbprn.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/isagbprn.c b/src/isagbprn.c index 5c897f16b..91d5c3f08 100644 --- a/src/isagbprn.c +++ b/src/isagbprn.c @@ -156,12 +156,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 +// nogba print function, uncomment to use /* void NOGBAPrint(const char *pBuf) { *(volatile u32*)NOGBAPRINTADDR = (u32)pBuf; -}*/ +} +*/ #endif -- cgit v1.2.3