mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core vdp, some cleanup
This commit is contained in:
parent
133006a9d4
commit
0c9c8e4796
8 changed files with 93 additions and 90 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1889fe241c1c6059f8955a331dd07f08a47cd0b4
|
||||
Subproject commit 7b58e15633b54621f9508cb673da61a6b0844955
|
Loading…
Add table
Add a link
Reference in a new issue