Properly scope a few variables to prevent potential linker problems
This commit is contained in:
committed by
LibretroAdmin
parent
38e0f03cf1
commit
c7b26c99e5
@@ -47,12 +47,14 @@ uint8 *trainerpoo = NULL;
|
||||
uint8 *ROM = NULL;
|
||||
uint8 *VROM = NULL;
|
||||
uint8 *ExtraNTARAM = NULL;
|
||||
uint8 *MiscROM = NULL;
|
||||
iNES_HEADER head = {0};
|
||||
|
||||
CartInfo iNESCart = {0};
|
||||
|
||||
uint32 ROM_size = 0;
|
||||
uint32 VROM_size = 0;
|
||||
uint32 MiscROM_size;
|
||||
|
||||
static int CHRRAMSize = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user