mupen64plus-oldsvn/glN64/N64.cpp

16 lines
212 B
C++

#ifndef __LINUX__
# include <windows.h>
#else
# include "../main/winlnxdefs.h"
#endif // __LINUX__
#include "N64.h"
#include "Types.h"
u8 *DMEM;
u8 *IMEM;
u64 TMEM[512];
u8 *RDRAM;
u32 RDRAMSize;
N64Regs REG;