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=178f83a812f00535c09f5f2057bf7f2b449860f7;hp=38c41ca73f6e7a1df98681375177ba14a2d82f89;hb=752c1c850b35ff0239abc4d55be091542f52bae4;hpb=afaac9354c80862f1bb153144a811f12d6836eec diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 38c41ca7..178f83a8 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -112,7 +112,7 @@ typedef long (CALLBACK* CDRgetTN)(unsigned char *); typedef long (CALLBACK* CDRgetTD)(unsigned char, unsigned char *); typedef boolean (CALLBACK* CDRreadTrack)(unsigned char *); typedef unsigned char* (CALLBACK* CDRgetBuffer)(void); -typedef unsigned char* (CALLBACK* CDRgetBufferSub)(void); +typedef unsigned char* (CALLBACK* CDRgetBufferSub)(int sector); typedef long (CALLBACK* CDRconfigure)(void); typedef long (CALLBACK* CDRtest)(void); typedef void (CALLBACK* CDRabout)(void);