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)
commit4f38d1f8434e47c5505489144aac0ba40eaf2264
treece2c5dd2cdc219be983c59e0f39f320a3a5d112a
parent72583812ef6aae62ec1614772f31dd41056f17e4
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