summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/cdrom.c')
-rw-r--r--libpcsxcore/cdrom.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index 9d2eb62a..63dd89b1 100644
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -23,6 +23,7 @@
*/
#include "cdrom.h"
+#include "ppf.h"
/* CD-ROM magic numbers */
#define CdlSync 0
@@ -600,6 +601,8 @@ void cdrReadInterrupt() {
}
memcpy(cdr.Transfer, buf, 2340);
+ CheckPPFCache(cdr.Transfer, cdr.Prev[0], cdr.Prev[1], cdr.Prev[2]);
+
cdr.Stat = DataReady;
#ifdef CDR_LOG