From: notaz Date: Sat, 3 Sep 2022 15:33:09 +0000 (+0300) Subject: cdrom: remove another hack X-Git-Tag: r24~331 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=0c49c8ae1e4b96792f77aa2868c4865b172d7b42 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 bc5e2ae7..84b05a41 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