From c78629d5b9b23fa93154bbf43352eaa24454f63c Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 3 May 2024 15:04:29 -0600 Subject: [PATCH] Update main.c --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();