mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
some more risky timing changes
But should be closer to the real thing. Let's see what this will break...
This commit is contained in:
parent
8f80007bcc
commit
e42a47e208
10 changed files with 129 additions and 81 deletions
|
@ -1553,13 +1553,14 @@ void PicoDrawSync(int to, int blank_last_line)
|
|||
|
||||
pprof_start(draw);
|
||||
|
||||
if (rendlines != 240)
|
||||
if (rendlines != 240) {
|
||||
offs = 8;
|
||||
if (to > 223)
|
||||
to = 223;
|
||||
}
|
||||
|
||||
for (line = Pico.est.DrawScanline; line < to; line++)
|
||||
{
|
||||
PicoLine(line, offs, sh, bgc);
|
||||
}
|
||||
|
||||
// last line
|
||||
if (line <= to)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue