Revert "Disable the libretro VFS on non-Android platforms"

This commit is contained in:
刘皓
2026-02-06 00:04:19 -05:00
committed by GitHub
parent aa4ff3dc1a
commit 924b30b607
2 changed files with 1 additions and 7 deletions
-4
View File
@@ -1,8 +1,4 @@
ifeq ($(PLATFORM_EXT), android)
HAVE_LIBRETRO_VFS ?= 1
else
HAVE_LIBRETRO_VFS ?= 0
endif
FFMPEGDIR = $(CORE_DIR)/ffmpeg
LIBRETRODIR = $(CORE_DIR)/libretro