summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.h
diff options
context:
space:
mode:
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;