X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcd%2Fcd_sys.c;h=6b92d568e3edf00dd492c7b6295ad7f34a488798;hb=59991f1117c8d71f452a0f17584138c73c4fd65d;hp=06cf3f8350db32d5c88a92fbfd1732de502bd4d5;hpb=ba6e8bfd4b707aab042e47bc3e2a14f70be01075;p=picodrive.git diff --git a/pico/cd/cd_sys.c b/pico/cd/cd_sys.c index 06cf3f8..6b92d56 100644 --- a/pico/cd/cd_sys.c +++ b/pico/cd/cd_sys.c @@ -471,6 +471,10 @@ PICO_INTERNAL int Play_CDD_c3(void) if (delay < 0) delay = -delay; delay >>= 12; + // based on genplys GX + if (delay < 13) + delay = 13; + Pico_mcd->scd.Cur_LBA = new_lba; CDC_Update_Header();