mcd, fix playing wrong audio track after seek

This commit is contained in:
kub 2020-09-23 19:24:49 +02:00
parent e721f80136
commit 1b3433bb84

View file

@ -1212,6 +1212,11 @@ void cdd_process(void)
/* PCM AUDIO track */
fseek(cdd.toc.tracks[index].fd, (lba * 2352) - cdd.toc.tracks[index].offset, SEEK_SET);
}
#else
else
{
cdd_change_track(index, lba);
}
#endif
/* no audio track playing */