mirror of
https://github.com/zeldaret/oot
synced 2026-06-06 19:51:35 -04:00
Add log macros
- Add log macros required to match `Graph_GetNextGameState`
This commit is contained in:
+1
-2
@@ -124,8 +124,7 @@ GameStateOverlay* Graph_GetNextGameState() {
|
||||
return &gGameStateOverlayTable[5];
|
||||
}
|
||||
|
||||
LogUtils_LogThreadId("../graph.c", 696);
|
||||
osSyncPrintf("game_init_func = %08x\n", game_init_func);
|
||||
LOG_ADDRESS("game_init_func", game_init_func, "../graph.c", 696);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user