mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-08 14:37:09 -04:00
Update main.c
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user