diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-08 01:35:47 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-08 01:35:47 +0000 |
| commit | f7d110c7a0ec03491e9fedc70d72a034a4b3dfe8 (patch) | |
| tree | f74a433a37e5e3940705a0f9aa3ac6241a83f71c /libpcsxcore/plugins.h | |
| parent | 6500edc4bc71beb9c988c54de1a37046f321d5b3 (diff) | |
| download | pcsxr-f7d110c7a0ec03491e9fedc70d72a034a4b3dfe8.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@51475 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/plugins.h')
| -rw-r--r-- | libpcsxcore/plugins.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 6658bf45..7039e68f 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -120,7 +120,7 @@ typedef long (CALLBACK* CDRshutdown)(void); typedef long (CALLBACK* CDRopen)(void);
typedef long (CALLBACK* CDRclose)(void);
typedef long (CALLBACK* CDRgetTN)(unsigned char *);
-typedef long (CALLBACK* CDRgetTD)(unsigned char , unsigned char *);
+typedef long (CALLBACK* CDRgetTD)(unsigned char, unsigned char *);
typedef long (CALLBACK* CDRreadTrack)(unsigned char *);
typedef unsigned char* (CALLBACK* CDRgetBuffer)(void);
typedef unsigned char* (CALLBACK* CDRgetBufferSub)(void);
@@ -147,6 +147,8 @@ struct SubQ { unsigned char AbsoluteAddress[3];
char res1[72];
};
+typedef long (CALLBACK* CDRreadCDDA)(unsigned char, unsigned char, unsigned char, unsigned char *); +typedef long (CALLBACK* CDRgetTE)(unsigned char, unsigned char *, unsigned char *, unsigned char *); // CD-ROM function pointers
extern CDRinit CDR_init;
@@ -166,6 +168,8 @@ extern CDRgetDriveLetter CDR_getDriveLetter; extern CDRconfigure CDR_configure;
extern CDRabout CDR_about;
extern CDRsetfilename CDR_setfilename;
+extern CDRreadCDDA CDR_readCDDA; +extern CDRgetTE CDR_getTE; // SPU Functions
typedef long (CALLBACK* SPUinit)(void);
|
