diff options
-rw-r--r-- | src/gfx.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ #include "cheats.h" #include <stdint.h> #include "asmmemfuncs.h" +#include "tile.h" + uint32 TileBlank; const int tx_table[16] = |
![]() |
index : snes9x2002 | |
libretro core fork of snes9x2002, using the frontend from https://github.com/gameblabla/snesemu | neonloop |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/gfx.c | 2 |
@@ -49,6 +49,8 @@ #include "cheats.h" #include <stdint.h> #include "asmmemfuncs.h" +#include "tile.h" + uint32 TileBlank; const int tx_table[16] = |