Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
notaz committed Oct 24, 2023
1 parent b3ff74b commit 2636d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpcsxcore/new_dynarec/pcsxmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2636d7c

Please sign in to comment.