diff options
| author | Random <28494085+Random0666@users.noreply.github.com> | 2020-04-04 19:28:53 +0200 |
|---|---|---|
| committer | Random <28494085+Random0666@users.noreply.github.com> | 2020-04-04 19:28:53 +0200 |
| commit | 168d90b6b0a5dcd8b76a2a7bb2525453f9df1e45 (patch) | |
| tree | a38725e39f71069228655bbe047d45a738ec1ccf /src/code/graph.c | |
| parent | fed29c029c2d545f1491e71e5193ff0f0e660c6d (diff) | |
Add log macros
- Add log macros required to match `Graph_GetNextGameState`
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index 997bcd443..e29453bf2 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -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; } |
