diff --git a/pico/cd/cdd.c b/pico/cd/cdd.c index 35edaa80..d9707c44 100644 --- a/pico/cd/cdd.c +++ b/pico/cd/cdd.c @@ -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 */