From: notaz Date: Tue, 24 Oct 2023 23:07:00 +0000 (+0300) Subject: fix build X-Git-Tag: r24~88 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=b560436b844ccc088f7e72aff7e246b0d285744c fix build --- diff --git a/libpcsxcore/new_dynarec/pcsxmem.c b/libpcsxcore/new_dynarec/pcsxmem.c index f4b1d90e..e16f5ee7 100644 --- a/libpcsxcore/new_dynarec/pcsxmem.c +++ b/libpcsxcore/new_dynarec/pcsxmem.c @@ -468,7 +468,7 @@ void new_dyna_pcsx_mem_reset(void) // plugins might change so update the pointers map_item(&mem_iortab[IOMEM32(0x1810)], GPU_readData, 1); map_item(&mem_iowtab[IOMEM32(0x1810)], GPU_writeData, 1); - if (Config.hacks.gpu_busy_hack) + if (Config.hacks.gpu_busy) map_item(&mem_iortab[IOMEM32(0x1814)], psxHwReadGpuSRbusyHack, 1); else map_item(&mem_iortab[IOMEM32(0x1814)], psxHwReadGpuSR, 1);