aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authornotaz2013-01-13 21:48:48 +0200
committernotaz2013-01-13 21:48:48 +0200
commit6320e9bf2cb2e02dabae682385d5fa9410114c9d (patch)
treecfd24108c12d27dc41bbb9d42bf644777dc84162 /libpcsxcore
parent968795e31448884c2e46b5f4518a4cbe8ba7dac2 (diff)
downloadpcsx_rearmed-6320e9bf2cb2e02dabae682385d5fa9410114c9d.tar.gz
pcsx_rearmed-6320e9bf2cb2e02dabae682385d5fa9410114c9d.tar.bz2
pcsx_rearmed-6320e9bf2cb2e02dabae682385d5fa9410114c9d.zip
cdrom: some swap cd tuning
because last commit removed wrong read stop
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/cdrom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index 034e657..bcf83e7 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;