mirror of https://github.com/PCSX2/pcsx2.git
CDVD: Fix CdlReadS for PS1 games with CDDA.
Fix Legend of Dragoon, maybe more.
This commit is contained in:
parent
c1e6773818
commit
167a4b4d12
|
@ -926,7 +926,7 @@ void cdrWrite1(u8 rt)
|
|||
break;
|
||||
|
||||
case CdlReadS:
|
||||
if (cdvd.Type == CDVD_TYPE_CDDA) // Taken from pcsxr
|
||||
if (cdvd.Type == CDVD_TYPE_PSCDDA) // Taken from pcsxr
|
||||
goto do_CdlPlay;
|
||||
cdr.Irq = 0;
|
||||
StopReading();
|
||||
|
|
Loading…
Reference in New Issue