fixed scroll?

This commit is contained in:
2025-02-01 20:53:13 -07:00
parent 89a99b160d
commit 36a428bcea
5 changed files with 59 additions and 28 deletions

View File

@ -113,6 +113,7 @@ void ppu_mode_xfer() {
if(LCDS_STAT_INT(SS_HBLANK)) {
cpu_request_interrupt(IT_LCD_STAT);
}
ppu_get_context()->rendering_window = false;
}
}