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=d20866568767fd7270c6fee371cdc531171bce5e;hp=cb9b88a2c9acf92b83dc51fc1ac2c0fdd440337a;hb=c2eee46bfb8a3fde297735a8b115330498d442b4;hpb=9a0a61d27586bfb93aa443cc59d9588d2b9cf992 diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index cb9b88a2..d2086656 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -170,7 +170,7 @@ typedef unsigned short (CALLBACK* SPUreadRegister)(unsigned long, unsigned int); typedef void (CALLBACK* SPUwriteDMAMem)(unsigned short *, int, unsigned int); typedef void (CALLBACK* SPUreadDMAMem)(unsigned short *, int, unsigned int); typedef void (CALLBACK* SPUplayADPCMchannel)(xa_decode_t *, unsigned int, int); -typedef void (CALLBACK* SPUregisterCallback)(void (CALLBACK *callback)(void)); +typedef void (CALLBACK* SPUregisterCallback)(void (CALLBACK *callback)(int)); typedef void (CALLBACK* SPUregisterScheduleCb)(void (CALLBACK *callback)(unsigned int cycles_after)); typedef struct { unsigned char PluginName[8];