fix build
authornotaz <notasas@gmail.com>
Tue, 24 Oct 2023 23:07:00 +0000 (02:07 +0300)
committernotaz <notasas@gmail.com>
Tue, 24 Oct 2023 23:07:14 +0000 (02:07 +0300)
libpcsxcore/new_dynarec/pcsxmem.c

index f4b1d90..e16f5ee 100644 (file)
@@ -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);