From 4572675a15e9e04f60d90fe9564025e6d991f7cc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 15 Dec 2017 18:20:18 +0100 Subject: [PATCH] (PS3) Fix Salamander build --- Makefile.ps3.salamander | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ps3.salamander b/Makefile.ps3.salamander index 25833eff94..0d716a2e8f 100644 --- a/Makefile.ps3.salamander +++ b/Makefile.ps3.salamander @@ -44,7 +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/vfs/vfs_implementation.c \ libretro-common/file/config_file.c \ file_path_str.c \ verbosity.c