psxmem: reduce lut table size
authornotaz <notasas@gmail.com>
Sat, 14 Feb 2026 00:46:50 +0000 (02:46 +0200)
committernotaz <notasas@gmail.com>
Sun, 15 Feb 2026 22:10:05 +0000 (00:10 +0200)
commitdc4be87d9c448416428dc3334d33b434f46c6a7a
tree77f2ebd01d19909228cc9e98a29c901f536cf590
parent0091053065c9e86a1a624d6b166f7482ebb45d9d
psxmem: reduce lut table size

No reason for them to be 64k, unused by the dynarecs anyway and just
wastes memory there. Also move to psxRegs for less literal pools on arm.
20 files changed:
frontend/libretro.c
include/compiler_features.h
libpcsxcore/cheat.c
libpcsxcore/lightrec/mem.c
libpcsxcore/lightrec/plugin.c
libpcsxcore/mdec.c
libpcsxcore/misc.c
libpcsxcore/new_dynarec/emu_if.c
libpcsxcore/new_dynarec/linkage_offsets.h
libpcsxcore/new_dynarec/new_dynarec.c
libpcsxcore/new_dynarec/pcsxmem.c
libpcsxcore/psxbios.c
libpcsxcore/psxdma.c
libpcsxcore/psxdma.h
libpcsxcore/psxhw.c
libpcsxcore/psxinterpreter.c
libpcsxcore/psxmem.c
libpcsxcore/psxmem.h
libpcsxcore/r3000a.c
libpcsxcore/r3000a.h