mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
get rid of port_config.h
This commit is contained in:
parent
5609d343e3
commit
9c9cda8c39
21 changed files with 73 additions and 288 deletions
|
@ -1505,18 +1505,14 @@ void PicoDrawSync(int to, int blank_last_line)
|
|||
|
||||
for (line = DrawScanline; line < to; line++)
|
||||
{
|
||||
#if !CAN_HANDLE_240_LINES
|
||||
if (line >= 224) break;
|
||||
#endif
|
||||
PicoLine(line, offs, sh, bgc);
|
||||
}
|
||||
|
||||
#if !CAN_HANDLE_240_LINES
|
||||
if (line >= 224) {
|
||||
DrawScanline = 240;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
// last line
|
||||
if (line <= to)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue