Make local versions of fds/ines/unif.c

This commit is contained in:
twinaphex
2014-12-08 22:04:07 +01:00
parent 39a70abf71
commit 832e03c1f9
7 changed files with 2231 additions and 10 deletions

View File

@@ -48,11 +48,7 @@ uint8 *VROM = NULL;
uint8 *ExtraNTARAM = NULL;
iNES_HEADER head;
#ifdef __LIBRETRO__
CartInfo iNESCart;
#else
static CartInfo iNESCart;
#endif
uint8 Mirroring = 0;
uint32 ROM_size = 0;