From: notaz Date: Sat, 3 Sep 2022 15:33:09 +0000 (+0300) Subject: cdrom: remove another hack X-Git-Tag: r24l~411 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=7801413b641831a531b95b7df32ea7365207f53c;p=pcsx_rearmed.git cdrom: remove another hack The hack just makes Worms Pinball unstable, and Crusaders of Might and Magic no longer seems to need it. --- diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 50c3d136..4830363a 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -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