sdl, complete overhaul of hardware/software scaling

This commit is contained in:
kub 2021-09-10 18:46:05 +02:00
parent 6651998e9f
commit d5d1778252
21 changed files with 1233 additions and 547 deletions

View file

@ -356,6 +356,7 @@ struct PicoEState
int DrawScanline;
int rendstatus;
void *DrawLineDest; // draw destination
int DrawLineDestIncr;
unsigned char *HighCol;
s32 *HighPreSpr;
struct Pico *Pico;