Fixed a compilation error if using AGBPrint as your log handler, misnamed AGBPrintfInit should be AGBPrintInit

This commit is contained in:
pokemonmasteraaron
2025-04-09 09:06:20 -04:00
parent a3075325a0
commit d890436b2a

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 (;;)