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=b106028c2651688164deaa0283b0161324ef50d2;hp=d20866568767fd7270c6fee371cdc531171bce5e;hb=02b1a085fcb5bbabc4a9148daba91c3dc0a798f8;hpb=606bece1f0e8aaf037a2abc0247059dcf9ad382c diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index d2086656..b106028c 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -161,6 +161,8 @@ extern CDRsetfilename CDR_setfilename; extern CDRreadCDDA CDR_readCDDA; extern CDRgetTE CDR_getTE; +long CALLBACK CDR__getStatus(struct CdrStat *stat); + // SPU Functions typedef long (CALLBACK* SPUinit)(void); typedef long (CALLBACK* SPUshutdown)(void);