core vdp, some cleanup

This commit is contained in:
kub 2023-04-27 21:19:56 +02:00
parent 133006a9d4
commit 0c9c8e4796
8 changed files with 93 additions and 90 deletions

View file

@ -1251,7 +1251,6 @@ void emu_cmn_forced_frame(int no_scale, int do_emu, void *buf)
PicoDrawSetOutFormat(PDF_RGB555, 1);
PicoDrawSetOutBuf(buf, g_screen_ppitch * 2);
Pico.m.dirtyPal = 1;
Pico.est.rendstatus |= PDRAW_DIRTY_SPRITES;
if (do_emu)
PicoFrame();
else