X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fplugins.h;h=0a25f2ea3d94af12911a88828b22caa9252af95a;hb=9cc1b6c9786f625bcbb130671f8c6f5351ff609e;hp=e3bffc77620f1c1d9a64dcbae511a61a820f053a;hpb=d2e271b26ef7e8c61a371fe5fa71003e7691118e;p=pcsx_rearmed.git diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index e3bffc77..0a25f2ea 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -129,7 +129,7 @@ typedef unsigned char* (CALLBACK* CDRgetBufferSub)(void); typedef long (CALLBACK* CDRconfigure)(void); typedef long (CALLBACK* CDRtest)(void); typedef void (CALLBACK* CDRabout)(void); -typedef long (CALLBACK* CDRplay)(unsigned char *); +typedef long (CALLBACK* CDRplay)(void); typedef long (CALLBACK* CDRstop)(void); typedef long (CALLBACK* CDRsetfilename)(char *); struct CdrStat {