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=8084143a7e94547826f2504cdf0f9749c663a1c1;hb=61ef5cf48ec7019f10f83017667e681ff8288509;hpb=1df403c52368a3930b67dedabf8c0e1d522f1cc3 diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 8084143a..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); +typedef void (CALLBACK* GPUvBlank)(int, uint32_t *, uint32_t *); // GPU function pointers extern GPUupdateLace GPU_updateLace;