mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core vdp, fix sprite rendering issues with Overdrive 1/2
This commit is contained in:
parent
c7e1c39b28
commit
d515a352b3
5 changed files with 76 additions and 32 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue