diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-10-30 14:56:17 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-10-30 14:56:17 +0000 |
| commit | f550678e07ce132bd3e05aac031577a69b4e63c7 (patch) | |
| tree | 0f92087e4507fdebcf9fba3e2782f87662516b17 /libpcsxcore/cdrom.h | |
| parent | 985796c01484339cbd10045b7cfd346d0090bc63 (diff) | |
| download | pcsxr-f550678e07ce132bd3e05aac031577a69b4e63c7.tar.gz | |
Tekken: cdrom.c
- CD-XA volume controls
- Fixes fadeout at end of match
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58928 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.h')
| -rw-r--r-- | libpcsxcore/cdrom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index 697b9e97..82afa42c 100644 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -92,6 +92,8 @@ typedef struct { u8 LidCheck; u8 FastForward;
u8 FastBackward;
+
+ u32 LeftVol, RightVol;
} cdrStruct; extern cdrStruct cdr; |
