GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / gles2n64 / src / N64.cpp
1 #include "N64.h"
2 #include "Types.h"
3
4 u8 *DMEM;
5 u8 *IMEM;
6 u64 TMEM[512];
7 u8 *RDRAM;
8 u32 RDRAMSize;
9
10 N64Regs REG;
11