1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
GLideN64/src/N64.cpp
Sergey Lipskiy 143cee1712 Disable rendering when config dialog is open to prevent plugin crash if
new settings are incompatible with the current ones.
2015-05-13 10:21:58 +06:00

14 lines
138 B
C++

#include "N64.h"
u8 *HEADER;
u8 *DMEM;
u8 *IMEM;
u64 TMEM[TMEM_SIZE];
u8 *RDRAM;
u32 RDRAMSize;
N64Regs REG;
bool ConfigOpen = false;