X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fplugins.h;h=dfa872211d4567d4b62e9dbbb0df21127e0b6378;hp=9125391585631ce7c81b1d948268a878d2bf7d08;hb=eac3852265815a2e57ea9987a2bea2fcadd3f022;hpb=983a7cfdccceaa612267a1b045110b4f831d1495 diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 91253915..dfa87221 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -94,7 +94,7 @@ typedef long (CALLBACK* GPUfreeze)(uint32_t, GPUFreeze_t *); typedef long (CALLBACK* GPUgetScreenPic)(unsigned char *); typedef long (CALLBACK* GPUshowScreenPic)(unsigned char *); typedef void (CALLBACK* GPUclearDynarec)(void (CALLBACK *callback)(void)); -typedef void (CALLBACK* GPUvBlank)(int, uint32_t *, uint32_t *); +typedef void (CALLBACK* GPUvBlank)(int, int); // GPU function pointers extern GPUupdateLace GPU_updateLace;