summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.h
diff options
context:
space:
mode:
authorSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-01-20 00:43:48 +0000
committerSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-01-20 00:43:48 +0000
commit39481b5db7eb8925e78de91f72983000e36ce485 (patch)
treeeb2ce7ffa7e352d6fa9b96c581930284a5b98ab4 /libpcsxcore/cdrom.h
parenta2ef180359e21a5e98cb6170ff2c1f67c7111bb7 (diff)
downloadpcsxr-39481b5db7eb8925e78de91f72983000e36ce485.tar.gz
remove old cdxa attenuation
- use cdda attenuation only git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62214 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.h')
-rw-r--r--libpcsxcore/cdrom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h
index 43f5b2fd..c943f3b1 100644
--- a/libpcsxcore/cdrom.h
+++ b/libpcsxcore/cdrom.h
@@ -93,7 +93,7 @@ typedef struct {
u8 FastForward;
u8 FastBackward;
- u32 LeftVol, RightVol;
+ u8 AttenuatorLeft[2], AttenuatorRight[2];
} cdrStruct;
extern cdrStruct cdr;