Support compiling without mmap functions
authorPaul Cercueil <paul@crapouillou.net>
Sat, 11 Feb 2023 14:17:13 +0000 (14:17 +0000)
committerPaul Cercueil <paul@crapouillou.net>
Sun, 23 Jul 2023 17:46:38 +0000 (19:46 +0200)
commit71012b7bb948465c33ae3d22123388ad0eed6deb
tree2bfa47bbff35e979b1877815f192620c83050aef
parentfe520ce58803f87a8f02866d54eb882114f6ab4e
Support compiling without mmap functions

Add NO_MMAP option in Makefile.libretro that can be turned ON on
platforms that don't support mmap(), and for which memory mapping hooks
must be provided.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Makefile
libpcsxcore/memmap.h
libpcsxcore/psxmem.c