eliminate texrels, part 3

This commit is contained in:
notaz 2017-08-06 22:25:26 +03:00
parent 6027c719ba
commit 98a2714234
16 changed files with 125 additions and 112 deletions

View file

@ -333,12 +333,14 @@ struct PicoEState
{
int DrawScanline;
int rendstatus;
void *DrawLineDest; // draw estination
void *DrawLineDest; // draw destination
unsigned char *HighCol;
int *HighPreSpr;
void *Pico_video;
void *Pico_vram;
int *PicoOpt;
unsigned char *Draw2FB;
unsigned short HighPal[0x100];
};
// some assembly stuff depend on these, do not touch!
@ -601,6 +603,7 @@ extern void *DrawLineDestBase;
extern int DrawLineDestIncrement;
// draw2.c
void PicoDraw2Init(void);
PICO_INTERNAL void PicoFrameFull();
// mode4.c