Update main.c

This commit is contained in:
MegaMech
2024-05-03 15:04:29 -06:00
committed by Lywx
parent 65dfeded8c
commit c78629d5b9
+1 -1
View File
@@ -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();