(PSP/PS3) Resolve namespace conflict with memcpy16 for PS3 -
[picodrive.git] / platform / libretro.c
index 72b7a1b..8cda278 100644 (file)
@@ -6,10 +6,6 @@
  * See COPYING file in the top-level directory.
  */
 
-#ifdef PSP
-#define NO_MMAP
-#endif
-
 #define _GNU_SOURCE 1 // mremap
 #include <stdio.h>
 #include <stdarg.h>