From: notaz Date: Sat, 18 Jan 2025 23:42:35 +0000 (+0200) Subject: cdrom: disable some hack for xa X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7aae17c8da2b92768c787a3eaf16e387933fbf7;p=pcsx_rearmed.git cdrom: disable some hack for xa --- diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 0856e154..e834275c 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -1323,7 +1323,8 @@ static void cdrReadInterruptSetResult(unsigned char result) cdr.Irq1Pending = result; // F1 2000 timing hack :( // compensate for some csum func @80014380 taking too long - psxRegs.intCycle[PSXINT_CDREAD].sCycle += cdReadTime / 10; + if (!cdr.AdpcmActive) + psxRegs.intCycle[PSXINT_CDREAD].sCycle += cdReadTime / 10; return; } SetResultSize(1);