(Android) Buildfix

This commit is contained in:
twinaphex
2015-09-09 06:31:38 +02:00
parent caa837db1c
commit e8d9b0b09a
7 changed files with 5 additions and 5 deletions

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 "drivers/libretro/memstream.h"
#include "memstream.h"
#define HAVE_MEMSTREAM
#define MEM_TYPE memstream_t