From 4d55a8b8254dff61fdc7b1959f6aef7eafbd9439 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Wed, 9 Nov 2011 20:49:54 +0000 Subject: Patch 10767 (Durandal_1707). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72138 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdrom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpcsxcore/cdrom.c') diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 8bfa58f7..889beb9a 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -501,7 +501,7 @@ static void ReadTrack( u8 *time ) { } -static CDXA_Attenuation( s16 *buf, int size, int stereo, int attenuate_type ) +static void CDXA_Attenuation( s16 *buf, int size, int stereo, int attenuate_type ) { s16 *spsound; s32 lc,rc; @@ -1632,9 +1632,9 @@ void cdrReadInterrupt() { int ret = xa_decode_sector(&cdr.Xa, cdr.Transfer+4, cdr.FirstSector); if (!ret) { +#if 0 int xa_type; -#if 0 // save - set only for FirstSector xa_type = cdr.Xa.stereo; -- cgit v1.2.3