summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 08:10:42 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 08:10:42 +0000
commitd38c1cd5802daa8fcf6d797835d60d1a333b76ff (patch)
tree0c46fbb7f921af70b590c54c97c2096023db59b9
parented3cea4b5034e2be8b90e458016f36949a538be1 (diff)
downloadpcsxr-d38c1cd5802daa8fcf6d797835d60d1a333b76ff.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38254 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--libpcsxcore/cdriso.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c
index 53de714e..159ba8db 100644
--- a/libpcsxcore/cdriso.c
+++ b/libpcsxcore/cdriso.c
@@ -791,6 +791,9 @@ static long CALLBACK ISOgetStatus(struct CdrStat *stat) {
sec = cddaCurOffset / CD_FRAMESIZE_RAW;
sec2msf(sec, (char *)stat->Time);
}
+ else {
+ stat->Type = 0x01;
+ }
return 0;
}