summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-05-03 15:04:29 -0600
committerLywx <kiritodev01@gmail.com>2024-05-03 15:33:22 -0600
commitc78629d5b9b23fa93154bbf43352eaa24454f63c (patch)
treeb3e28c6cb6ec57aa08c0a9e0001a0ad3583407af /src/main.c
parent65dfeded8cceaa5f604074eaecc13dc28144371f (diff)
Update main.c
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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();