From f7823bc1646f1885bd9a0a19a9645c0e2cb884bd Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 10 Jul 2010 06:54:11 +0000 Subject: I was really stupid... just use libcdio and everything's fine, no need to deal with different OSes at all. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54442 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/plugins.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpcsxcore/plugins.h') diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 52b82505..9c24ecef 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -150,7 +150,8 @@ struct SubQ { unsigned char IndexNumber; unsigned char TrackRelativeAddress[3]; unsigned char Filler; - unsigned char AbsoluteAddress[3]; + unsigned char AbsoluteAddress[3]; + unsigned char CRC[2]; char res1[72]; }; typedef long (CALLBACK* CDRreadCDDA)(unsigned char, unsigned char, unsigned char, unsigned char *); -- cgit v1.2.3