cdrom: add a hack for bad rips
authornotaz <notasas@gmail.com>
Sun, 10 Sep 2023 15:18:26 +0000 (18:18 +0300)
committernotaz <notasas@gmail.com>
Sun, 10 Sep 2023 20:21:09 +0000 (23:21 +0300)
commit14c8b56a1ff158a2e04524131342d1646c03f782
treef4df4499a164807b852040d8bb528d8766ae04f9
parent36da9c1305e300fce0d41236bae4533851d490d3
cdrom: add a hack for bad rips

The game gets track times using CdlGetTN/CdlGetTD, but the rip only
keeps the data track. The game then wants to play a track using a
hardcoded track number, reading out of range of the list it got before,
sending garbage to CDC with infinite retries.

notaz/pcsx_rearmed#302
libpcsxcore/cdrom.c