aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
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