summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-08 17:05:26 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-08 17:05:26 -0500
commitd215fcc78ea590ed897f83f5d1b3855e0f99fc51 (patch)
treef02206ed91c1af3e0edef8b40acd332dc58043f2
parent7d501c8b13de92f8fc26c283e745fd1ea37e9b27 (diff)
actually change NOGBAPrint, stupid
-rwxr-xr-xsrc/libisagbprn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libisagbprn.c b/src/libisagbprn.c
index a0eb09c8a..c066a41a0 100755
--- a/src/libisagbprn.c
+++ b/src/libisagbprn.c
@@ -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
+// nogba print function, uncomment to use
/*
void NOGBAPrint(const char *pBuf)
{
*(volatile u32*)NOGBAPRINTADDR = (u32)pBuf;
-}*/
+}
+*/
#endif