X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fgpu.c;h=2416405e5f013c51e1f6095ccba98764690890bf;hp=1eadf59c6e2a63247ee4ea69393e4984d4fa9b56;hb=9a0a61d27586bfb93aa443cc59d9588d2b9cf992;hpb=bf58ac4cd633bbd3c40bd7f79f9e00b98e156572 diff --git a/libpcsxcore/gpu.c b/libpcsxcore/gpu.c index 1eadf59c..2416405e 100644 --- a/libpcsxcore/gpu.c +++ b/libpcsxcore/gpu.c @@ -26,7 +26,7 @@ void gpu_state_change(int what) break; case PGS_PRIMITIVE_START: HW_GPU_STATUS &= ~SWAP32(PSXGPU_nBUSY); - GPUDMA_INT(200); // see gpuInterrupt + set_event(PSXINT_GPUDMA, 200); // see gpuInterrupt break; } }