gpgx: fix audio CD scanning

This commit is contained in:
goyuken 2014-10-10 01:05:13 +00:00
parent ede78865b2
commit 00b3146615
2 changed files with 1 additions and 0 deletions

View File

@ -472,6 +472,7 @@ void cdd_update(void)
{
/* fast-forward or fast-rewind */
cdd.lba += cdd.scanOffset;
cdd.sampleLba += cdd.scanOffset;
/* check current track limits */
if (cdd.lba >= cdd.toc.tracks[cdd.index].end)

Binary file not shown.