mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
eliminate texrels, part 3
This commit is contained in:
parent
6027c719ba
commit
98a2714234
16 changed files with 125 additions and 112 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue