From f6937e27f23b428080bb8d96117418675e089e96 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 14 Dec 2017 15:18:48 +0100 Subject: [PATCH] Add vfs_implementation to Salamander builds --- Makefile.ctr.salamander | 1 + Makefile.ps3.salamander | 1 + Makefile.psp1.salamander | 1 + Makefile.vita.salamander | 1 + Makefile.wii.salamander | 1 + Makefile.wiiu.salamander | 1 + 6 files changed, 6 insertions(+) diff --git a/Makefile.ctr.salamander b/Makefile.ctr.salamander index 930b5badc7..6c67391f17 100644 --- a/Makefile.ctr.salamander +++ b/Makefile.ctr.salamander @@ -35,6 +35,7 @@ OBJ := ctr/ctr_system.o \ libretro-common/compat/compat_strl.o \ libretro-common/file/config_file.o \ libretro-common/streams/file_stream.o \ + libretro-common/vfs/vfs_implementation.o \ libretro-common/hash/rhash.o \ file_path_str.o \ verbosity.o diff --git a/Makefile.ps3.salamander b/Makefile.ps3.salamander index ab51d0db4d..25833eff94 100644 --- a/Makefile.ps3.salamander +++ b/Makefile.ps3.salamander @@ -44,6 +44,7 @@ PPU_SRCS = frontend/frontend_salamander.c \ libretro-common/compat/compat_strl.c \ libretro-common/compat/compat_strcasestr.c \ libretro-common/streams/file_stream.c \ + libretro-common/vfs/vfs_implementation.o \ libretro-common/file/config_file.c \ file_path_str.c \ verbosity.c diff --git a/Makefile.psp1.salamander b/Makefile.psp1.salamander index a59603fa93..7bcc29a0e8 100644 --- a/Makefile.psp1.salamander +++ b/Makefile.psp1.salamander @@ -46,6 +46,7 @@ OBJS = frontend/frontend_salamander.o \ libretro-common/compat/compat_strcasestr.o \ libretro-common/file/config_file.o \ libretro-common/streams/file_stream.o \ + libretro-common/vfs/vfs_implementation.o \ libretro-common/hash/rhash.o \ file_path_str.o \ verbosity.o \ diff --git a/Makefile.vita.salamander b/Makefile.vita.salamander index 3af34fb28e..a443c2c0f7 100644 --- a/Makefile.vita.salamander +++ b/Makefile.vita.salamander @@ -46,6 +46,7 @@ OBJS = frontend/frontend_salamander.o \ libretro-common/compat/compat_strcasestr.o \ libretro-common/file/config_file.o \ libretro-common/streams/file_stream.o \ + libretro-common/vfs/vfs_implementation.o \ libretro-common/hash/rhash.o \ file_path_str.o \ verbosity.o diff --git a/Makefile.wii.salamander b/Makefile.wii.salamander index a125d3f9ed..e39c30bdc8 100644 --- a/Makefile.wii.salamander +++ b/Makefile.wii.salamander @@ -61,6 +61,7 @@ OBJ = frontend/frontend_salamander.o \ libretro-common/lists/string_list.o \ libretro-common/lists/dir_list.o \ libretro-common/streams/file_stream.o \ + libretro-common/vfs/vfs_implementation.o \ libretro-common/file/retro_dirent.o \ libretro-common/encodings/encoding_utf.o \ libretro-common/compat/compat_strl.o \ diff --git a/Makefile.wiiu.salamander b/Makefile.wiiu.salamander index 221d8193d1..893dbda848 100644 --- a/Makefile.wiiu.salamander +++ b/Makefile.wiiu.salamander @@ -26,6 +26,7 @@ OBJ += libretro-common/file/retro_dirent.o OBJ += libretro-common/compat/compat_strl.o OBJ += libretro-common/file/config_file.o OBJ += libretro-common/streams/file_stream.o +OBJ += libretro-common/vfs/vfs_implementation.o OBJ += libretro-common/hash/rhash.o OBJ += file_path_str.o OBJ += verbosity.o