Update pc_main.c

This commit is contained in:
KingOfSpadesJFK 2024-04-11 19:09:24 -07:00
parent 9317c77ecd
commit 3396c06e22
1 changed files with 1 additions and 1 deletions

View File

@ -96,9 +96,9 @@ void send_display_list(struct SPTask *spTask) {
#endif
void produce_one_frame(void) {
sem_wait(&audio_sem);
gfx_start_frame();
sem_wait(&audio_sem);
game_loop_one_iteration();
thread6_rumble_loop(NULL);