mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
sdl, complete overhaul of hardware/software scaling
This commit is contained in:
parent
6651998e9f
commit
d5d1778252
21 changed files with 1233 additions and 547 deletions
|
@ -356,6 +356,7 @@ struct PicoEState
|
|||
int DrawScanline;
|
||||
int rendstatus;
|
||||
void *DrawLineDest; // draw destination
|
||||
int DrawLineDestIncr;
|
||||
unsigned char *HighCol;
|
||||
s32 *HighPreSpr;
|
||||
struct Pico *Pico;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue