diff options
author | twinaphex | 2014-12-13 05:53:54 +0100 |
---|---|---|
committer | notaz | 2014-12-20 20:43:39 +0200 |
commit | ce0e7ac9c11993f9165615dec870c50e1c3b39bf (patch) | |
tree | 629b0c946cab1a27a3624299c6b09a691ee47a40 /libpcsxcore/psxmem.c | |
parent | 1e1cccd9ef788b3582002283f6cb7e48db53677f (diff) | |
download | pcsx_rearmed-ce0e7ac9c11993f9165615dec870c50e1c3b39bf.tar.gz pcsx_rearmed-ce0e7ac9c11993f9165615dec870c50e1c3b39bf.tar.bz2 pcsx_rearmed-ce0e7ac9c11993f9165615dec870c50e1c3b39bf.zip |
psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32
Conflicts:
Makefile.libretro
Diffstat (limited to 'libpcsxcore/psxmem.c')
-rw-r--r-- | libpcsxcore/psxmem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/psxmem.c b/libpcsxcore/psxmem.c index 7001744..86da68c 100644 --- a/libpcsxcore/psxmem.c +++ b/libpcsxcore/psxmem.c @@ -28,7 +28,8 @@ #include "r3000a.h" #include "psxhw.h" #include "debug.h" -#include <sys/mman.h> + +#include "memmap.h" #ifndef MAP_ANONYMOUS #define MAP_ANONYMOUS MAP_ANON |