mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Enable the libretro VFS in libretro builds that use Make
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
HAVE_LIBRETRO_VFS ?= 1
|
||||
|
||||
FFMPEGDIR = $(CORE_DIR)/ffmpeg
|
||||
LIBRETRODIR = $(CORE_DIR)/libretro
|
||||
COREDIR = $(CORE_DIR)/Core
|
||||
@@ -1120,7 +1122,7 @@ SOURCES_C += \
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_LIBRETRO_VFS), 1)
|
||||
DEFINES += -DHAVE_LIBRETRO_VFS
|
||||
COREFLAGS += -DHAVE_LIBRETRO_VFS
|
||||
SOURCES_C += $(LIBRETROCOMMONDIR)/compat/compat_posix_string.c \
|
||||
$(LIBRETROCOMMONDIR)/compat/fopen_utf8.c \
|
||||
$(LIBRETROCOMMONDIR)/compat/compat_strl.c \
|
||||
|
||||
@@ -10,7 +10,6 @@ CORE_DIR := ../..
|
||||
FFMPEGDIR := $(CORE_DIR)/ffmpeg
|
||||
FFMPEGLIBS += libavformat libavcodec libavutil libswresample libswscale
|
||||
WITH_DYNAREC := 1
|
||||
HAVE_LIBRETRO_VFS := 1
|
||||
|
||||
ifeq ($(TARGET_ARCH),arm64)
|
||||
COREFLAGS += -D_ARCH_64
|
||||
|
||||
Reference in New Issue
Block a user