aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/cdrom.h')
-rw-r--r--libpcsxcore/cdrom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h
index 1f70ff3..772e3ca 100644
--- a/libpcsxcore/cdrom.h
+++ b/libpcsxcore/cdrom.h
@@ -94,7 +94,8 @@ typedef struct {
u8 FastBackward;
u8 pad;
- u32 LeftVol, RightVol;
+ u8 AttenuatorLeft[2], AttenuatorRight[2];
+ u32 pad2;
} cdrStruct;
extern cdrStruct cdr;