This commit is contained in:
twinaphex
2016-04-09 00:28:48 +02:00
parent ab8a02e22c
commit a77b47965b

View File

@@ -30,7 +30,7 @@
#define FCEU_dwmemset(d, c, n) { int _x; for (_x = n - 4; _x >= 0; _x -= 4) *(uint32*)& (d)[_x] = c; }
#if defined(STATE_LIBRETRO) || defined(ENDIAN_LIBRETRO) || defined(GENERAL_LIBRETRO)
#include "drivres/libretro/libretro-common/include/streams/memstream.h"
#include "drivers/libretro/libretro-common/include/streams/memstream.h"
#define HAVE_MEMSTREAM
#define MEM_TYPE memstream_t