From d38c1cd5802daa8fcf6d797835d60d1a333b76ff Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 26 Nov 2009 08:10:42 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38254 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdriso.c | 3 +++ 1 file changed, 3 insertions(+) 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; } -- cgit v1.2.3