diff options
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/cdrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 6ac37af7..37cded91 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -1419,7 +1419,7 @@ void cdrReadInterrupt() { (cdr.Mode & 0x20) ) { cdr.Stat = DataReady; } else { - cdr.Stat = Acknowledge; + cdr.Stat = NoIntr; } psxHu32ref(0x1070) |= SWAP32((u32)0x4);
|
