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>
Fri, 27 Sep 2024 21:03:42 +0000 (00:03 +0300)
commitaa6257e409dd121267c855d8ef26b344e0d29196
tree3984539f9e7fd6d2abc65b1085b5b10bdc25e8f0
parent237887e817e23800997466632deb8ba63797a4cb
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