summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.c
diff options
context:
space:
mode:
authorSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-03-01 01:50:22 +0000
committerSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-03-01 01:50:22 +0000
commitbebb814b152e3789789d6084067dc5ba25bb7416 (patch)
treeeef2f3b1a85ce5eed428c77d6a2d2cf2dbc7680d /libpcsxcore/cdrom.c
parentd05b81a336b09b7487fd1462fe0db2ac4f4d515b (diff)
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
Diffstat (limited to 'libpcsxcore/cdrom.c')
-rw-r--r--libpcsxcore/cdrom.c6
1 files changed, 3 insertions, 3 deletions
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;