mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-25 11:31:55 -05:00
Merge pull request #2119 from pokemonmasteraaron/fix-agbprint
Some checks are pending
CI / build (push) Waiting to run
Some checks are pending
CI / build (push) Waiting to run
Fixed init call when using AGBPrint as log handler
This commit is contained in:
@@ -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 (;;)
|
||||
|
||||
Reference in New Issue
Block a user