cdrom: remove another hack
authornotaz <notasas@gmail.com>
Sat, 3 Sep 2022 15:33:09 +0000 (18:33 +0300)
committernotaz <notasas@gmail.com>
Sat, 3 Sep 2022 15:33:09 +0000 (18:33 +0300)
The hack just makes Worms Pinball unstable, and Crusaders of Might
and Magic no longer seems to need it.

libpcsxcore/cdrom.c

index bc5e2ae..84b05a4 100644 (file)
@@ -1071,15 +1071,6 @@ void cdrInterrupt(void) {
                        // - fixes new game
                        ReadTrack(cdr.SetSectorPlay);
 
-
-                       // Crusaders of Might and Magic - update getlocl now
-                       // - fixes cutscene speech
-                       {
-                               u8 *buf = CDR_getBuffer();
-                               if (buf != NULL)
-                                       memcpy(cdr.Transfer, buf, 8);
-                       }
-
                        /*
                        Duke Nukem: Land of the Babes - seek then delay read for one frame
                        - fixes cutscenes