aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/plugins.h
diff options
context:
space:
mode:
authornotaz2011-04-05 01:13:25 +0300
committernotaz2011-04-05 01:13:25 +0300
commit6c9a982ac534aef9b19b9e7d9033516a0f13485a (patch)
treed0a44f5c08d80fb9a65a97ac6bdf0ded3c8c9e5b /libpcsxcore/plugins.h
parent0a1518684006294fca3cb72a6c56483650c4702f (diff)
downloadpcsx_rearmed-6c9a982ac534aef9b19b9e7d9033516a0f13485a.tar.gz
pcsx_rearmed-6c9a982ac534aef9b19b9e7d9033516a0f13485a.tar.bz2
pcsx_rearmed-6c9a982ac534aef9b19b9e7d9033516a0f13485a.zip
plugins: expand GPUvBlank to pass hcounter pointer
Diffstat (limited to 'libpcsxcore/plugins.h')
-rw-r--r--libpcsxcore/plugins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h
index 8084143..c724031 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 *);
// GPU function pointers
extern GPUupdateLace GPU_updateLace;