CDVD: Fix CdlReadS for PS1 games with CDDA.

Fix Legend of Dragoon, maybe more.
This commit is contained in:
kozarovv 2021-08-05 23:18:22 +02:00 committed by refractionpcsx2
parent c1e6773818
commit 167a4b4d12
1 changed files with 1 additions and 1 deletions

View File

@ -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();