mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
core, libretro vfs support
This commit is contained in:
parent
ed7c6238b7
commit
73bda1add9
14 changed files with 14 additions and 42 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue