fix build
[pcsx_rearmed.git] / 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);