Skip to content

Commit

Permalink
Add time/rtime.c to Salamander builds
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jun 4, 2020
1 parent 58b7fa5 commit fce29ca
Show file tree
Hide file tree
Showing 7 changed files with 7 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 @@ -38,6 +38,7 @@ OBJ := ctr/ctr_system.o \
libretro-common/streams/file_stream.o \
libretro-common/vfs/vfs_implementation.o \
libretro-common/hash/rhash.o \
libretro-common/time/rtime.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 @@ -59,6 +59,7 @@ PPU_SRCS = frontend/frontend_salamander.c \
libretro-common/streams/file_stream.c \
libretro-common/vfs/vfs_implementation.c \
libretro-common/file/config_file.c \
libretro-common/time/rtime.c \
file_path_str.c \
verbosity.c

Expand Down
1 change: 1 addition & 0 deletions Makefile.psl1ght.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ OBJ = frontend/frontend_salamander.o \
libretro-common/streams/file_stream.o \
libretro-common/vfs/vfs_implementation.o \
libretro-common/file/config_file.o \
libretro-common/time/rtime.c \
file_path_str.o \
verbosity.o

Expand Down
1 change: 1 addition & 0 deletions Makefile.psp1.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ OBJS = frontend/frontend_salamander.o \
libretro-common/streams/file_stream.o \
libretro-common/vfs/vfs_implementation.o \
libretro-common/hash/rhash.o \
libretro-common/time/rtime.o \
file_path_str.o \
verbosity.o \
bootstrap/psp1/kernel_functions.o
Expand Down
1 change: 1 addition & 0 deletions Makefile.vita.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ OBJS = frontend/frontend_salamander.o \
libretro-common/streams/file_stream.o \
libretro-common/vfs/vfs_implementation.o \
libretro-common/hash/rhash.o \
libretro-common/time/rtime.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 @@ -69,6 +69,7 @@ OBJ = frontend/frontend_salamander.o \
libretro-common/compat/compat_strcasestr.o \
libretro-common/compat/fopen_utf8.o \
libretro-common/file/config_file.o \
libretro-common/time/rtime.o \
file_path_str.o \
verbosity.o \
$(APP_BOOTER_DIR)/app_booter.binobj
Expand Down
1 change: 1 addition & 0 deletions Makefile.wiiu
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ ifeq ($(SALAMANDER_BUILD),1)
OBJ += libretro-common/streams/file_stream.o
OBJ += libretro-common/vfs/vfs_implementation.o
OBJ += libretro-common/hash/rhash.o
OBJ += libretro-common/time/rtime.o
OBJ += file_path_str.o
OBJ += verbosity.o

Expand Down

0 comments on commit fce29ca

Please sign in to comment.