diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 17:05:26 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 17:05:26 -0500 |
commit | d215fcc78ea590ed897f83f5d1b3855e0f99fc51 (patch) | |
tree | f02206ed91c1af3e0edef8b40acd332dc58043f2 | |
parent | 7d501c8b13de92f8fc26c283e745fd1ea37e9b27 (diff) |
actually change NOGBAPrint, stupid
-rwxr-xr-x | src/libisagbprn.c | 6 |
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 |