diff --git a/src/main.c b/src/main.c index 46cfa6a0b..1903101ca 100644 --- a/src/main.c +++ b/src/main.c @@ -1169,7 +1169,7 @@ void update_gamestate(void) { } } -void thread5_game_loop(UNUSED void *arg) { +void thread5_game_loop(void) { osCreateMesgQueue(&gGfxVblankQueue, gGfxMesgBuf, 1); osCreateMesgQueue(&gGameVblankQueue, &gGameMesgBuf, 1); init_controllers();