From: notaz Date: Sun, 10 Sep 2023 15:18:26 +0000 (+0300) Subject: cdrom: add a hack for bad rips X-Git-Tag: r24~160 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f38d1f8434e47c5505489144aac0ba40eaf2264;hp=4f38d1f8434e47c5505489144aac0ba40eaf2264;p=pcsx_rearmed.git 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 ---