diff options
| author | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-13 20:12:43 +0000 |
|---|---|---|
| committer | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-13 20:12:43 +0000 |
| commit | fba17b7792445b0e97f4c10952950b4546b27f90 (patch) | |
| tree | 76f355ff657eae7526fa19394531c49cf938d1e6 /libpcsxcore | |
| parent | a7d712ddb9cc544a12fae6907816a2a60a71b840 (diff) | |
| download | pcsxr-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-x | libpcsxcore/cdrom.c | 3 |
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; |
