mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
eliminate texrels, part 3
This commit is contained in:
parent
6027c719ba
commit
98a2714234
16 changed files with 125 additions and 112 deletions
|
@ -194,7 +194,6 @@ extern int PicoDrawMask;
|
|||
#define PDRAW_32_COLS (1<<8) // 32 column mode
|
||||
extern int rendstatus_old;
|
||||
extern int rendlines;
|
||||
extern unsigned short HighPal[0x100];
|
||||
|
||||
// draw.c
|
||||
void PicoDrawUpdateHighPal(void);
|
||||
|
@ -202,7 +201,6 @@ void PicoDrawSetInternalBuf(void *dest, int line_increment);
|
|||
|
||||
// draw2.c
|
||||
// stuff below is optional
|
||||
extern unsigned char *PicoDraw2FB; // buffer for fast renderer in format (8+320)x(8+224+8) (eights for borders)
|
||||
extern unsigned short *PicoCramHigh; // pointer to CRAM buff (0x40 shorts), converted to native device color (works only with 16bit for now)
|
||||
extern void (*PicoPrepareCram)(); // prepares PicoCramHigh for renderer to use
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue