Commit what we need for libretro-common

This commit is contained in:
twinaphex
2020-10-07 15:07:20 +02:00
parent f581e2c0a9
commit bd84e0ae2e
60 changed files with 13781 additions and 3 deletions
+2 -3
View File
@@ -10,9 +10,8 @@ INCFLAGS += -I$(CORE_DIR)/libretro/include
endif
SOURCES_C := \
$(LIBRETRO_COMM_DIR)/libco/libco.c
SOURCES_C += $(LIBRETRO_COMM_DIR)/compat/compat_strl.c \
$(LIBRETRO_COMM_DIR)/libco/libco.c \
$(LIBRETRO_COMM_DIR)/compat/compat_strl.c \
$(LIBRETRO_COMM_DIR)/compat/compat_strcasestr.c \
$(LIBRETRO_COMM_DIR)/compat/fopen_utf8.c \
$(LIBRETRO_COMM_DIR)/encodings/encoding_utf.c \