aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/cdrom.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index a150db6..d9a3bb3 100644
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -2073,9 +2073,13 @@ int cdrFreeze(gzFile f, int Mode) {
gzfreeze(&tmp, sizeof(tmp));
- if (Mode == 0)
+ if (Mode == 0) {
cdr.pTransfer = cdr.Transfer + tmp;
+ if (cdr.Play && !Config.Cdda)
+ CDR_play(cdr.SetSectorPlay);
+ }
+
return 0;
}