From: Paul Cercueil Date: Sun, 12 Jun 2022 15:05:02 +0000 (+0100) Subject: lightrec: Fix unmap size of BIOS X-Git-Tag: r24l~452^2~1 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a530af588848d3606e1f6ac3d18e3eb1b5ca3c;hp=14a530af588848d3606e1f6ac3d18e3eb1b5ca3c;p=pcsx_rearmed.git 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 ---