mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
vdp, fix for gfx save/load menu bg
This commit is contained in:
parent
8e4ab3c62c
commit
e721f80136
5 changed files with 29 additions and 15 deletions
|
@ -1219,6 +1219,7 @@ void emu_cmn_forced_frame(int no_scale, int do_emu)
|
|||
|
||||
PicoDrawSetOutFormat(PDF_RGB555, 1);
|
||||
Pico.m.dirtyPal = 1;
|
||||
Pico.est.rendstatus |= PDRAW_DIRTY_SPRITES;
|
||||
if (do_emu)
|
||||
PicoFrame();
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue