diff --git a/Makefile.common b/Makefile.common index 6f8233f..12986c8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -31,7 +31,7 @@ SOURCES_C += \ ifeq ($(STATIC_LINKING),1) else -SOURCES_C += $(CORE_DIR)/drivers/libretro/libretro-common/streams/memstream.c +SOURCES_C += $(CORE_DIR)/drivers/libretro/libretro-common/streams/memory_stream.c endif ifeq ($(DEBUG),1)