From 0c49c8ae1e4b96792f77aa2868c4865b172d7b42 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 3 Sep 2022 18:33:09 +0300 Subject: [PATCH] cdrom: remove another hack The hack just makes Worms Pinball unstable, and Crusaders of Might and Magic no longer seems to need it. --- libpcsxcore/cdrom.c | 9 --------- 1 file changed, 9 deletions(-) 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 -- 2.39.2