From 3a92bf0b7a2d929f53ae69cf761721c136f9036d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 13 Dec 2014 05:53:54 +0100 Subject: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32 --- Makefile.libretro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.libretro') diff --git a/Makefile.libretro b/Makefile.libretro index b92cea4..6d37652 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -1,5 +1,8 @@ # Makefile for PCSX ReARMed (libretro) +DEBUG=1 +MMAP_WIN32=0 + ifeq ($(platform),) platform = unix ifeq ($(shell uname -a),) @@ -147,6 +150,7 @@ else CFLAGS += -D__WIN32__ -D__WIN32_LIBRETRO__ BUILTIN_GPU = neon CFLAGS += -DNEON_PC + MMAP_WIN32=1 endif CFLAGS += -fPIC -- cgit v1.2.3