From bebb814b152e3789789d6084067dc5ba25bb7416 Mon Sep 17 00:00:00 2001 From: "SND\\dario86_cp" Date: Thu, 1 Mar 2012 01:50:22 +0000 Subject: CD-XA attenuation hack disabled again due to a collateral bug which causes distorted speech in Resident Evil series. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75683 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdrom.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 28632bf4..84ec5d15 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -523,7 +523,7 @@ static void CDXA_Attenuation( s16 *buf, int size, int stereo, int attenuate_type spsound = buf; -#if 1 +#if 0 // mono xa attenuation // - Tales of Phantasia (voice meter) if( stereo == 0 ) { @@ -1646,7 +1646,7 @@ void cdrReadInterrupt() { int ret = xa_decode_sector(&cdr.Xa, cdr.Transfer+4, cdr.FirstSector); if (!ret) { -#if 1 +#if 0 int xa_type; // save - set only for FirstSector @@ -2452,7 +2452,7 @@ void cdrReset() { cdr.File = 1; cdr.Channel = 1; -#if 1 +#if 0 // BIOS player - default values cdr.AttenuatorLeft[0] = 0x80; cdr.AttenuatorLeft[1] = 0x00; -- cgit v1.2.3