diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-26 08:10:42 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-26 08:10:42 +0000 |
| commit | d38c1cd5802daa8fcf6d797835d60d1a333b76ff (patch) | |
| tree | 0c46fbb7f921af70b590c54c97c2096023db59b9 /libpcsxcore | |
| parent | ed3cea4b5034e2be8b90e458016f36949a538be1 (diff) | |
| download | pcsxr-d38c1cd5802daa8fcf6d797835d60d1a333b76ff.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38254 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/cdriso.c | 3 |
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; } |
