mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core vdp, improve sprite rendering
implements kabuto's phase 2, fixes rotating 3D blocks in Overdrive 2
This commit is contained in:
parent
a80b0b42e1
commit
ae9a76c90d
2 changed files with 61 additions and 31 deletions
|
@ -389,6 +389,8 @@ int PicoVideoFIFOHint(void)
|
|||
|
||||
// reset slot to start of scanline
|
||||
vf->fifo_slot = 0;
|
||||
if (Pico.est.DrawScanline == Pico.m.scanline)
|
||||
PicoDrawRefreshSprites();
|
||||
|
||||
// if CPU is waiting for the bus, advance CPU and FIFO until bus is free
|
||||
if (pv->status & PVS_CPUWR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue