Add more C files to libretrodb makefile

This commit is contained in:
Joseph C. Osborn 2025-06-26 10:15:57 -07:00
parent f4bba523ab
commit f5e81aa01d
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,8 @@ endif
LIBRETRO_COMMON_C = \
$(LIBRETRO_COMM_DIR)/string/stdstring.c \
$(LIBRETRO_COMM_DIR)/streams/interface_stream.c \
$(LIBRETRO_COMM_DIR)/streams/memory_stream.c \
$(LIBRETRO_COMM_DIR)/streams/file_stream.c \
$(LIBRETRO_COMM_DIR)/compat/compat_strcasestr.c \
$(LIBRETRO_COMM_DIR)/time/rtime.c \
@ -20,6 +22,7 @@ LIBRETRO_COMMON_C = \
$(LIBRETRO_COMM_DIR)/file/file_path_io.c \
$(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c \
$(LIBRETRO_COMM_DIR)/encodings/encoding_utf.c \
$(LIBRETRO_COMM_DIR)/encodings/encoding_crc32.c \
$(LIBRETRO_COMM_DIR)/compat/compat_strl.c \
$(LIBRETRO_COMM_DIR)/compat/fopen_utf8.c