Skip to content

Commit

Permalink
Add vfs_implementation to Salamander builds
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Dec 14, 2017
1 parent 10199d4 commit f6937e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.ctr.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Makefile.ps3.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Makefile.psp1.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions Makefile.vita.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Makefile.wii.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions Makefile.wiiu.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6937e2

Please sign in to comment.