summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/isagbprn.c6
1 files changed, 3 insertions, 3 deletions
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