aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authortwinaphex2014-12-13 05:53:54 +0100
committertwinaphex2014-12-13 05:53:54 +0100
commit3a92bf0b7a2d929f53ae69cf761721c136f9036d (patch)
treea32adc2e685101e75d83ef8b64195c690121bc70 /Makefile.libretro
parent13bb560e427a36c6900ea09061efecc2a67d53d0 (diff)
downloadpcsx_rearmed-3a92bf0b7a2d929f53ae69cf761721c136f9036d.tar.gz
pcsx_rearmed-3a92bf0b7a2d929f53ae69cf761721c136f9036d.tar.bz2
pcsx_rearmed-3a92bf0b7a2d929f53ae69cf761721c136f9036d.zip
Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro4
1 files changed, 4 insertions, 0 deletions
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