X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fplugins.h;fp=libpcsxcore%2Fplugins.h;h=c997c611c77605e7cd84df99ac25ddd201c2375f;hp=178f83a812f00535c09f5f2057bf7f2b449860f7;hb=8c84ba5f4478dd4e7cc48e86f1b023bc6b99ea9c;hpb=688bdb9526d42181368e64ceaa6828727a10188c diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 178f83a8..c997c611 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -58,7 +58,7 @@ typedef void (CALLBACK* GPUwriteDataMem)(uint32_t *, int); typedef uint32_t (CALLBACK* GPUreadStatus)(void); typedef uint32_t (CALLBACK* GPUreadData)(void); typedef void (CALLBACK* GPUreadDataMem)(uint32_t *, int); -typedef long (CALLBACK* GPUdmaChain)(uint32_t *,uint32_t); +typedef long (CALLBACK* GPUdmaChain)(uint32_t *,uint32_t, uint32_t *); typedef void (CALLBACK* GPUupdateLace)(void); typedef long (CALLBACK* GPUconfigure)(void); typedef long (CALLBACK* GPUtest)(void);