diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 17:05:02 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 17:05:02 -0500 |
commit | eb0635784ce23b38fb09d6ccb5dea75a3ed3ba0f (patch) | |
tree | 8f2b2f25950affdd1d429b26d13c8bcab0dbe440 | |
parent | 5dd7baee5e9983c3a8199c785f276b600bd6bd93 (diff) |
actually change NOGBAPrint, stupid
-rw-r--r-- | src/isagbprn.c | 6 |
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 |