Support compiling without mmap functions
authorPaul Cercueil <paul@crapouillou.net>
Sat, 11 Feb 2023 14:17:13 +0000 (14:17 +0000)
committernotaz <notasas@gmail.com>
Thu, 3 Aug 2023 17:43:39 +0000 (20:43 +0300)
commit5e282df80d579f9a19c77a655c2c0dda6dc2c7b4
treeecd7ba48b855cd737b674483c6a7942dee3c4b6d
parent3d1c03e76934037a5abab13f250bf5f27629d356
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