mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-23 17:51:18 +01:00
mcd, fix playing wrong audio track after seek
This commit is contained in:
parent
e721f80136
commit
1b3433bb84
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user