mirror of https://github.com/PCSX2/pcsx2.git
cdvdGigaherz: Get rid of a magic constant in TocStuff
This commit is contained in:
parent
3d0094b611
commit
d648227e3d
|
@ -136,7 +136,7 @@ s32 cdvdParseTOC()
|
||||||
|
|
||||||
if((cdtoc.Descriptors[i].Control&4)==0)
|
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)
|
else if((cdtoc.Descriptors[i].Control&0xE)==4)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue