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 22:31:32 +0000 (01:31 +0300)
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


No differences found