summaryrefslogtreecommitdiff
path: root/include/assert.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-05 01:16:28 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-05 01:16:28 -0500
commitdeac7fd3706ea9de855330881e2555a8c70d72f3 (patch)
treed2e63e9261813498b09c255e2b7a1afd6e872c7f /include/assert.h
parent5b5fedfc78a9f2751d001a92c65be86e3ffefcc1 (diff)
parentf5fbe5b66226f4e7e38fe5d4638831d1ce19b36b (diff)
remove nogba support, crap implementation is crap
Diffstat (limited to 'include/assert.h')
-rwxr-xr-xinclude/assert.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/assert.h b/include/assert.h
index 5a134d7c9..0c1e5bf77 100755
--- a/include/assert.h
+++ b/include/assert.h
@@ -17,15 +17,6 @@
// on a standard GBA debugger unit or in emulators that
// support it.
-// no$gba support, due to the different method no$gba uses to print debug strings.
-// currently cannot use IsNoGba due to no$gba doing a gloriously fuck up of a job and
-// breaking the version identifier.
-#define AGBPrint(pBuf) \
-{ \
- NOGBAPrint(pBuf); \
- AGBPrint(pBuf); \
-}
-
void AGBPrintInit(void);
void AGBPutc(const char pBuf);
void AGBPrint(const char *pBuf);
@@ -33,8 +24,6 @@
void AGBPrintFlush1Block(void);
void AGBPrintFlush(void);
void AGBAssert(const char *pFile, int nLine, const char *pExpression, int nStopProgram);
- // NOGBA PROTOTYPE FOR LIBISAGBPRN.C
- void NOGBAPrint(const char *pBuf);
#endif
// when using AGB_WARNING, be sure to flush after as AGBAssert does not flush the string to console