core, libretro vfs support

This commit is contained in:
kub 2022-01-27 22:31:09 +00:00
parent ed7c6238b7
commit 73bda1add9
14 changed files with 14 additions and 42 deletions

View file

@ -34,7 +34,8 @@ CFLAGS += -I platform/libretro/libretro-common/include/streams
CFLAGS += -I platform/libretro/libretro-common/include/string
CFLAGS += -I platform/libretro/libretro-common/include/vfs
STATIC_LINKING:= 0
USE_LIBRETRO_VFS := 1
STATIC_LINKING := 0
TARGET_NAME := picodrive
LIBM := -lm
GIT_VERSION ?= $(shell git rev-parse --short HEAD || echo unknown)
@ -457,7 +458,6 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
ARCH = x86_64
SHARED :=
LIBM :=
USE_LIBRETRO_VFS = 1
NO_ALIGN_FUNCTIONS = 1
CFLAGS += -DHAVE_VSNPRINTF