Updating global_next_frame to be interrupt based

This commit is contained in:
GearsProgress
2026-04-16 13:56:50 -04:00
parent 4408ae1a42
commit 4e92542f5c
13 changed files with 55 additions and 55 deletions

View File

@@ -76,7 +76,6 @@ void global_next_frame()
}
}
global_frame_count++;
VBlankIntrWait();
};
int get_frame_count()