cdrom: remove cdrWrite3 reschedule
authornotaz <notasas@gmail.com>
Sat, 5 Feb 2011 00:36:44 +0000 (02:36 +0200)
committernotaz <notasas@gmail.com>
Wed, 9 Feb 2011 12:59:32 +0000 (14:59 +0200)
shalma keeps adding and removing it, I think it does more harm then good

libpcsxcore/cdrom.c

index b063fa5..343d82c 100644 (file)
@@ -1894,9 +1894,15 @@ void cdrWrite3(unsigned char rt) {
                        return;
                }
 
+               // XA streaming - incorrect timing because of this reschedule
+               // - Final Fantasy Tactics
+               // - various other games
+
+               /*
                if (cdr.Reading && !cdr.ResultReady) {
                        CDREAD_INT((cdr.Mode & MODE_SPEED) ? (cdReadTime / 2) : cdReadTime);
                }
+               */
 
                return;
        }