Merge pull request #11 from MeirGavish/replace_vid_sync_with_interrupt

Replace vid_sync() with VBL interrupt
This commit is contained in:
Gordie
2025-07-03 01:32:31 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
/.vscode
/build
/.vs
*.sln
*.vcxproj*
+1 -1
View File
@@ -141,7 +141,7 @@ int main()
while(true)
{
vid_vsync();
VBlankIntrWait();
mmFrame();
key_poll();
background_update();