mupen64plus-oldsvn/glN64/N64.cpp
John Chadwick 3b1b190515 More modifications
Gets the GUI up but glN64 is rebroken since i screwed up commits so it's not ready for gameplay yet (unless this actually fixes the way plugins work in Win32, which I haven't tested yet.)
2008-04-18 01:03:50 +00:00

11 lines
134 B
C++

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