1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
GLideN64/N64.cpp
Sergey Lipskiy 3fd958431a Fix tile load via gDPLoadBlock when amount of tile data is over TMEM size.
Fixed Tom & Jerry / PPG CHEMICAL X: texture issues #183
2015-05-13 10:20:45 +06:00

12 lines
112 B
C++

#include "N64.h"
u8 *HEADER;
u8 *DMEM;
u8 *IMEM;
u64 TMEM[TMEM_SIZE];
u8 *RDRAM;
u32 RDRAMSize;
N64Regs REG;