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

@ -286,7 +286,7 @@ void PicoFrameDrawOnly(void)
{
if (!(PicoIn.AHW & PAHW_SMS)) {
PicoFrameStart();
PicoDrawSync(Pico.m.pal?239:223, 0);
PicoDrawSync(Pico.m.pal?239:223, 0, 0);
} else {
PicoFrameDrawOnlyMS();
}