libretro: Build utf encoding

This is needed for mingw
This commit is contained in:
Aaron Kling
2020-06-25 22:23:16 -05:00
parent 59820eb2b0
commit de6f4b9da4
+2
View File
@@ -14,6 +14,8 @@ SOURCES_C := \
SOURCES_C += $(LIBRETRO_COMM_DIR)/compat/compat_strl.c \ SOURCES_C += $(LIBRETRO_COMM_DIR)/compat/compat_strl.c \
$(LIBRETRO_COMM_DIR)/compat/compat_strcasestr.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.c \
$(LIBRETRO_COMM_DIR)/file/file_path_io.c \ $(LIBRETRO_COMM_DIR)/file/file_path_io.c \
$(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c $(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c