mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
15 lines
211 B
C++
15 lines
211 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;
|