lightrec: Fix unmap size of BIOS
authorPaul Cercueil <paul@crapouillou.net>
Sun, 12 Jun 2022 15:05:02 +0000 (16:05 +0100)
committerPaul Cercueil <paul@crapouillou.net>
Sun, 12 Jun 2022 15:07:24 +0000 (16:07 +0100)
commit14a530af588848d3606e1f6ac3d18e3eb1b5ca3c
treed7ef74d34c965fed9460b5c2903f1ac16e924417
parent11357fef3e80fd3b788ffd9a937758de5d5fd622
lightrec: Fix unmap size of BIOS

The BIOS was mapped as 2 MiB, since we want to use a huge page if
possible. Therefore it should also be unmapped as 2 MiB, otherwise the
upper 1.5 MiB will still be mapped after de-init, which will make it
impossible to map the BIOS once again.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
libpcsxcore/lightrec/mem.c