Some bugfixes from mupen64plus-libreto team
[mupen64plus-pandora.git] / source / gles2n64 / src / N64.cpp
CommitLineData
34cf4058 1#include "N64.h"
2#include "Types.h"
3
4u8 *DMEM;
5u8 *IMEM;
6u64 TMEM[512];
7u8 *RDRAM;
8u32 RDRAMSize;
9
10N64Regs REG;
11