Merge pull request #2119 from pokemonmasteraaron/fix-agbprint

Fixed init call when using AGBPrint as log handler
This commit is contained in:
GriffinR 2025-04-09 13:32:25 -04:00 committed by GitHub
commit 6d71c656fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ void AgbMain()
#if (LOG_HANDLER == LOG_HANDLER_MGBA_PRINT)
(void) MgbaOpen();
#elif (LOG_HANDLER == LOG_HANDLER_AGB_PRINT)
AGBPrintfInit();
AGBPrintInit();
#endif
#endif
for (;;)