Merge pull request #117 from lioncash/cdvd

Minor changes to cdvdGigaherz
This commit is contained in:
David Quintana 2014-07-14 22:38:48 +02:00
commit f4178e41b3
1 changed files with 5 additions and 5 deletions

View File

@ -136,7 +136,7 @@ s32 cdvdParseTOC()
if((cdtoc.Descriptors[i].Control&4)==0)
{
tracks[tn].type = 1;
tracks[tn].type = CDVD_AUDIO_TRACK;
}
else if((cdtoc.Descriptors[i].Control&0xE)==4)
{