1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
GLideN64/N64.cpp
2015-05-13 10:14:03 +06:00

12 lines
106 B
C++

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