diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 22:01:47 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 22:01:47 -0500 |
commit | dcf12f9ecdbaab26afb8899eaa05f4cab09a5f82 (patch) | |
tree | d74dc57ee7437adc3059699be0a8142bffd80778 /include | |
parent | 1c6c7da6fba8903d8eff02ac12465a4098ebca47 (diff) |
nocashgba printf
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 6d9e15a15..796da359c 100644 --- a/include/config.h +++ b/include/config.h @@ -16,6 +16,13 @@ // still in part authoritative. #define NDEBUG +// To enable print debugging, comment out "#define NDEBUG". This allows +// the various AGBPrint functions to be used. (See include/gba/isagbprint.h). +// Some emulators support a debug console window: uncomment NoCashGBAPrint() +// and NoCashGBAPrintf() in libisagbprn.c to use no$gba's own proprietary +// printing system. Use NoCashGBAPrint() and NoCashGBAPrintf() like you +// would normally use AGBPrint() and AGBPrintf(). + #ifndef REVISION #define REVISION 0 #endif |