From: gameblabla Date: Fri, 4 Feb 2022 06:02:35 +0000 (+0100) Subject: Fix typo for DOA pause resume fix. X-Git-Tag: r24l~517^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd0482a1ed536b85f08fc4fbe10b8642912569f;p=pcsx_rearmed.git Fix typo for DOA pause resume fix. Ooops, looks like i made a mistake :P --- diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 4b3e263b..1646d0ed 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -774,7 +774,7 @@ void cdrInterrupt() { * * We will need to get around this for Bedlam/Rise 2 later... * */ - if (cdr.DriveState != DRIVESTATE_STANDBY) + if (cdr.DriveState == DRIVESTATE_STANDBY) { delay = 7000; }