X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fgpu.c;h=2416405e5f013c51e1f6095ccba98764690890bf;hb=c2eee46bfb8a3fde297735a8b115330498d442b4;hp=1eadf59c6e2a63247ee4ea69393e4984d4fa9b56;hpb=abf094858889145af1fde9840429dfb8a0e70a39;p=pcsx_rearmed.git 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; } }