notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a92bf0
)
Just use memmap.h header include in general
author
twinaphex
<libretro@gmail.com>
Sat, 13 Dec 2014 04:54:35 +0000
(
05:54
+0100)
committer
twinaphex
<libretro@gmail.com>
Sat, 13 Dec 2014 04:54:35 +0000
(
05:54
+0100)
libpcsxcore/psxmem.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/psxmem.c
b/libpcsxcore/psxmem.c
index
259128d
..
86da68c
100644
(file)
--- a/
libpcsxcore/psxmem.c
+++ b/
libpcsxcore/psxmem.c
@@
-29,11
+29,7
@@
#include "psxhw.h"
#include "debug.h"
-#ifdef __LIBRETRO__
#include "memmap.h"
-#else
-#include <sys/mman.h>
-#endif
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON