mirror of
https://github.com/pret/pokeemerald.git
synced 2026-06-02 22:05:46 -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:
commit
6d71c656fc
|
|
@ -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 (;;)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user