Update memory_stream

This commit is contained in:
twinaphex
2016-04-07 03:17:52 +02:00
parent 27c41263b9
commit 3e12850dd6
9 changed files with 250 additions and 167 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 "memstream.h"
#include "drivres/libretro/libretro-common/include/streams/memstream.h"
#define HAVE_MEMSTREAM
#define MEM_TYPE memstream_t