From: notaz Date: Sun, 13 Jan 2013 19:48:48 +0000 (+0200) Subject: cdrom: some swap cd tuning X-Git-Tag: r19~38 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=6320e9bf2cb2e02dabae682385d5fa9410114c9d cdrom: some swap cd tuning because last commit removed wrong read stop --- diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 034e6577..bcf83e71 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -298,13 +298,14 @@ static void Check_Shell( int Irq ) { // Vib Ribbon: pre-CD swap StopCdda(); + StopReading(); // GameShark Lite: Death if DiskError happens // // Vib Ribbon: Needs DiskError for CD swap - if (Irq != CdlNop) + //if (Irq != CdlNop) { cdr.Stat = DiskError;