From 45e1f60ea36d02d474e43b0c79fc9321a8b820e9 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Wed, 29 Apr 2020 18:39:11 +0200 Subject: [PATCH] Add missing files to compilation list --- Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 8085bf4..4deaaeb 100644 --- a/Makefile.common +++ b/Makefile.common @@ -14,7 +14,9 @@ SOURCES_C := \ SOURCES_C += $(LIBRETRO_COMM_DIR)/compat/compat_strl.c \ $(LIBRETRO_COMM_DIR)/compat/compat_strcasestr.c \ - $(LIBRETRO_COMM_DIR)/file/file_path.c + $(LIBRETRO_COMM_DIR)/file/file_path.c \ + $(LIBRETRO_COMM_DIR)/file/file_path_io.c \ + $(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c SOURCES_C += \ $(CORE_DIR)/libretro/libretro-core.c \