MathewWi / pcsxgc

Automatically exported from code.google.com/p/pcsxgc
0 stars 0 forks source link

Bug: subq struct is wrong? #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
as reported on source forge. char res0[11]; should be char res0[12];

struct SubQ {
char res0[11];
unsigned char ControlAndADR;
unsigned char TrackNumber;
unsigned char IndexNumber;
unsigned char TrackRelativeAddress[3];
unsigned char Filler;
unsigned char AbsoluteAddress[3];
char res1[72];
};

Original issue reported on code.google.com by emup...@gmail.com on 8 Jul 2009 at 9:40

GoogleCodeExporter commented 9 years ago
plugins.h

Original comment by emup...@gmail.com on 8 Jul 2009 at 9:41

GoogleCodeExporter commented 9 years ago

Original comment by emuki...@gmail.com on 10 Jul 2010 at 6:09