core vdp, fix sprite rendering issues with Overdrive 1/2

This commit is contained in:
kub 2023-04-05 20:00:37 +02:00
parent c7e1c39b28
commit d515a352b3
5 changed files with 76 additions and 32 deletions

View file

@ -167,7 +167,7 @@ static int PicoFrameHints(void)
if (!skip)
{
if (Pico.est.DrawScanline < y)
PicoDrawSync(y - 1, 0);
PicoDrawSync(y - 1, 0, 0);
#ifdef DRAW_FINISH_FUNC
DRAW_FINISH_FUNC();
#endif