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

@@ -188,7 +188,7 @@ void show_debug_info_screen(void *context, unsigned user_param)
reload_textbox_background();
return;
}
global_next_frame();
VBlankIntrWait();
}
}