mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
vdp sprite handling improvement (SAT cache)
This commit is contained in:
parent
daf29df963
commit
25be5c52b0
3 changed files with 173 additions and 193 deletions
|
@ -676,6 +676,7 @@ extern int (*PicoScanEnd)(unsigned int num);
|
|||
extern unsigned char HighLnSpr[240][4+MAX_LINE_SPRITES+1];
|
||||
extern void *DrawLineDestBase;
|
||||
extern int DrawLineDestIncrement;
|
||||
extern unsigned int VdpSATCache[128];
|
||||
|
||||
// draw2.c
|
||||
void PicoDraw2Init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue