psxcounters: avoid update on each hsync
[pcsx_rearmed.git] / libpcsxcore / plugins.h
index c724031..42028ea 100644 (file)
@@ -94,7 +94,7 @@ typedef long (CALLBACK* GPUfreeze)(uint32_t, GPUFreeze_t *);
 typedef long (CALLBACK* GPUgetScreenPic)(unsigned char *);\r
 typedef long (CALLBACK* GPUshowScreenPic)(unsigned char *);\r
 typedef void (CALLBACK* GPUclearDynarec)(void (CALLBACK *callback)(void));\r
-typedef void (CALLBACK* GPUvBlank)(int, uint32_t *);\r
+typedef void (CALLBACK* GPUvBlank)(int, uint32_t *, uint32_t *);\r
 \r
 // GPU function pointers\r
 extern GPUupdateLace    GPU_updateLace;\r