diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-06 21:52:05 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-06 21:52:05 -0500 |
commit | d4df8046d45e50e19d2305bd4388e47087949960 (patch) | |
tree | 633424eaab583e04b6b271eec299f2a821bdb2aa /src/libs | |
parent | 86f0291f63ff6bc580476dae3c00fc4d6d7b15da (diff) |
use firered isagbprint.h and NDEBUG
Diffstat (limited to 'src/libs')
-rwxr-xr-x | src/libs/libisagbprn.c | 2 |
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) |