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)
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>

No differences found