lightrec: relax mem requirements so that asan works
authornotaz <notasas@gmail.com>
Fri, 27 Sep 2024 21:03:42 +0000 (00:03 +0300)
committernotaz <notasas@gmail.com>
Mon, 7 Oct 2024 22:34:43 +0000 (01:34 +0300)
commit5dd884df9640a3be38507be60832c3b7d323b8dc
tree51a7fad84b353f56b67f3941d3e1118d5d5a24d0
parenta3c46b7ffdd74fd773d10aeb796c27efa58a538e
lightrec: relax mem requirements so that asan works

Seems to work anyway with suboptimal mappings, and MAP_FIXED_NOREPLACE
is unnecessary as the kernel will honour the address if it's free and
return something else if it's not.
Makefile
libpcsxcore/lightrec/mem.c
libpcsxcore/psxmem.c