Merge pull request #50 from webgeek1234/master

Build utf encoding
This commit is contained in:
Autechre
2020-06-26 08:25:52 +02:00
committed by GitHub
+2
View File
@@ -14,6 +14,8 @@ SOURCES_C := \
SOURCES_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 \
$(LIBRETRO_COMM_DIR)/file/file_path.c \
$(LIBRETRO_COMM_DIR)/file/file_path_io.c \
$(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c