lightrec: Increase size of hw registers area
authorPaul Cercueil <paul@crapouillou.net>
Fri, 4 Aug 2023 15:24:07 +0000 (17:24 +0200)
committerPaul Cercueil <paul@crapouillou.net>
Fri, 4 Aug 2023 21:32:27 +0000 (23:32 +0200)
Increase it from 0x2000 bytes (the real area size on a PS1) to 0x8000
bytes to support the BIOS extracted from the PS3 firmware.

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

index 72201c1..eb3d5e1 100644 (file)
@@ -291,7 +291,7 @@ static struct lightrec_mem_map lightrec_map[] = {
        [PSX_MAP_HW_REGISTERS] = {
                /* Hardware registers */
                .pc = 0x1f801000,
-               .length = 0x2000,
+               .length = 0x8000,
                .ops = &hw_regs_ops,
        },
        [PSX_MAP_CACHE_CONTROL] = {