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
+1 -3
View File
@@ -256,9 +256,7 @@ if(LIBRETRO)
if(NOT MSVC)
add_compile_options(-fPIC)
endif()
if(ANDROID)
add_compile_definitions(HAVE_LIBRETRO_VFS)
endif()
add_compile_definitions(HAVE_LIBRETRO_VFS)
endif()
if(ANDROID)