diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-29 02:46:13 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-29 02:46:13 +0000 |
| commit | 6c743fbd9db15d4564e2729b559923336557bd80 (patch) | |
| tree | b3ed7ae64176ec40008520b44ae4e2c97a4d75a6 /libpcsxcore | |
| parent | da14cf2c433e99eaa9ae14c7a1e589c20c93073b (diff) | |
| download | pcsxr-6c743fbd9db15d4564e2729b559923336557bd80.tar.gz | |
quick compile fix
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57851 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/cdriso.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index cb6527d7..9f1dd1a9 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -205,7 +205,7 @@ static void *playthread(void *param) } // wipe data track
- if( subHandle || subChanInterleaved ) {
+ if( subHandle || subChanMixed ) {
if( ti[ ((struct SubQ *) subbuffer)->TrackNumber ].type == DATA )
memset( sndbuffer, 0, s );
}
@@ -917,7 +917,7 @@ static long CALLBACK ISOgetStatus(struct CdrStat *stat) { sect = cddaCurOffset / CD_FRAMESIZE_RAW + 150;
sec2msf(sect, (u8 *)stat->Time);
- if (subHandle != NULL || subChanInterleaved) {
+ if (subHandle != NULL || subChanMixed) {
stat->Type = ti[ ((struct SubQ *) subbuffer)->TrackNumber ].type;
}
else
|
