gpulib: trust game's centering based on a database
[pcsx_rearmed.git] / libpcsxcore / psxhw.c
index 832e6d7..b8ca199 100644 (file)
@@ -42,7 +42,7 @@ void psxHwReset() {
        cdrReset();
        psxRcntInit();
        HW_GPU_STATUS = SWAP32(0x10802000);
-       psxHwReadGpuSRptr = Config.hacks.gpu_busy_hack
+       psxHwReadGpuSRptr = Config.hacks.gpu_busy
                ? psxHwReadGpuSRbusyHack : psxHwReadGpuSR;
 }