summaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-06 21:52:05 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-06 21:52:05 -0500
commitd4df8046d45e50e19d2305bd4388e47087949960 (patch)
tree633424eaab583e04b6b271eec299f2a821bdb2aa /src/libs
parent86f0291f63ff6bc580476dae3c00fc4d6d7b15da (diff)
use firered isagbprint.h and NDEBUG
Diffstat (limited to 'src/libs')
-rwxr-xr-xsrc/libs/libisagbprn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/libisagbprn.c b/src/libs/libisagbprn.c
index 867044217..eccc31f48 100755
--- a/src/libs/libisagbprn.c
+++ b/src/libs/libisagbprn.c
@@ -25,7 +25,7 @@ struct AGBPrintStruct
typedef void (*LPFN_PRINT_FLUSH)(void);
-#ifndef NOAGBPRN
+#ifndef NDEBUG
void AGBPrintFlush1Block(void);
void AGBPrintInit(void)