trying (and failing) to figure out double buffered flickering...
This commit is contained in:
Shaun Inman 2023-02-10 00:07:27 -05:00
parent 01358f3b33
commit ab7da437c6
3 changed files with 10 additions and 30 deletions

View file

@ -3208,8 +3208,8 @@ static int Menu_options(MenuList* list) {
return 0;
}
static void Menu_loop(void) {
GFX_setVsync(VSYNC_STRICT);
POW_setCPUSpeed(CPU_SPEED_MENU); // set Hz directly
GFX_setVsync(VSYNC_STRICT);
fast_forward = 0;
POW_enableAutosleep();