From 860c5eb2bdf9da665150c995da3e5ae7ceb4cf0e Mon Sep 17 00:00:00 2001 From: Alberto Fustinoni Date: Thu, 21 Jun 2018 14:53:34 +0900 Subject: [PATCH] Disable MMAP as incompatible with VFS --- Makefile.libretro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 1137efde..f2ebbc32 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -467,8 +467,9 @@ else ifneq (,$(findstring windows_msvc2017,$(platform))) SHARED := LIBM := + NO_MMAP = 1 NO_ALIGN_FUNCTIONS = 1 - + CFLAGS += -DHAVE_VSNPRINTF CFLAGS += $(MSVC2017CompileFlags) CXXFLAGS += $(MSVC2017CompileFlags)