X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fcdrom.h;h=772e3cab95b5295c5a538da51636e0de58dc8017;hp=1f70ff36dc9e960a123b4f01143bb0ad28f67ec6;hb=0c2871a7e649ef1ce966d5a9a7c1aa359beaf601;hpb=1df403c52368a3930b67dedabf8c0e1d522f1cc3 diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index 1f70ff36..772e3cab 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;