initial texcache implementation

only works with the sw renderer
This commit is contained in:
RSDuck
2020-03-20 17:49:37 +01:00
parent e8f4735c7f
commit 36075dae5a
13 changed files with 5985 additions and 13 deletions

View File

@ -47,6 +47,7 @@ extern u8 VRAM_H[ 32*1024];
extern u8 VRAM_I[ 16*1024];
extern u8* VRAM[9];
extern u32 VRAMMask[9];
extern u32 VRAMMap_LCDC;
extern u32 VRAMMap_ABG[0x20];