diff options
author | notaz | 2013-01-13 21:08:36 +0200 |
---|---|---|
committer | notaz | 2013-01-13 21:10:50 +0200 |
commit | 968795e31448884c2e46b5f4518a4cbe8ba7dac2 (patch) | |
tree | 48e1c065db41ab33742e909732895bc42b1484c5 | |
parent | d8432250e1574fb95bd8aab5b7a0231d0c3c3ded (diff) | |
download | pcsx_rearmed-968795e31448884c2e46b5f4518a4cbe8ba7dac2.tar.gz pcsx_rearmed-968795e31448884c2e46b5f4518a4cbe8ba7dac2.tar.bz2 pcsx_rearmed-968795e31448884c2e46b5f4518a4cbe8ba7dac2.zip |
cdrom: remove stopping on TN
breaks N2O, does not make sense too
-rw-r--r-- | libpcsxcore/cdrom.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 3e95742..034e657 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -852,11 +852,6 @@ void cdrInterrupt() { break; case CdlGetTN: - // 5-Star Racing: don't stop CDDA - // - // Vib Ribbon: CD swap - StopReading(); - cdr.CmdProcess = 0; SetResultSize(3); cdr.StatP |= STATUS_ROTATING; |