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

@@ -31,7 +31,7 @@ SOURCES_C += \
ifeq ($(STATIC_LINKING),1)
else
SOURCES_C += $(CORE_DIR)/memstream.c
SOURCES_C += $(CORE_DIR)/drivers/libretro/libretro-common/streams/memstream.c
endif
ifeq ($(DEBUG),1)