Video optimisations. Fixed VRAM mask on S3.
This commit is contained in:
parent
59708fbd17
commit
f431e74917
19 changed files with 372 additions and 234 deletions
|
|
@ -19,6 +19,8 @@ BITMAP *create_bitmap(int w, int h);
|
|||
extern uint8_t fontdat[256][8];
|
||||
extern uint8_t fontdatm[256][16];
|
||||
|
||||
extern uint32_t *video_15to32, *video_16to32;
|
||||
|
||||
extern int xsize,ysize;
|
||||
|
||||
typedef struct
|
||||
|
|
|
|||
Loading…
Reference in a new issue