X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fplugins.h;h=42028eaf65d63923646f60b9d1d15f20e80b25e5;hp=c72403158e1307fbe819e6f78b8e77f4726ee79d;hb=61ef5cf48ec7019f10f83017667e681ff8288509;hpb=bedfea3863c3c48699048ea0d6dd07893221403c diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index c7240315..42028eaf 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 *); +typedef void (CALLBACK* GPUvBlank)(int, uint32_t *, uint32_t *); // GPU function pointers extern GPUupdateLace GPU_updateLace;