summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-13 20:12:43 +0000
committerSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-13 20:12:43 +0000
commitfba17b7792445b0e97f4c10952950b4546b27f90 (patch)
tree76f355ff657eae7526fa19394531c49cf938d1e6 /libpcsxcore
parenta7d712ddb9cc544a12fae6907816a2a60a71b840 (diff)
downloadpcsxr-fba17b7792445b0e97f4c10952950b4546b27f90.tar.gz
cdrom: some swap cd tuning
because last commit removed wrong read stop git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82244 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rwxr-xr-xlibpcsxcore/cdrom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index 401207da..9f8c9ca4 100755
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -376,13 +376,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;