summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.h
diff options
context:
space:
mode:
authorSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-10-30 14:53:47 +0000
committerSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-10-30 14:53:47 +0000
commit985796c01484339cbd10045b7cfd346d0090bc63 (patch)
treeebb2d6a4db1eb7308323a261f22712ae3eac9cf8 /libpcsxcore/cdrom.h
parente457712509039b896e3ffd260d32180cf775e7f9 (diff)
downloadpcsxr-985796c01484339cbd10045b7cfd346d0090bc63.tar.gz
Vib Ribbon: cdrom.c
- Use own decoded buffer IRQ handling, fix CD swapping, demute cd-xa volume - Game mostly playable (original + music modes) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58927 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.h')
-rw-r--r--libpcsxcore/cdrom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h
index 44b3a830..697b9e97 100644
--- a/libpcsxcore/cdrom.h
+++ b/libpcsxcore/cdrom.h
@@ -100,6 +100,7 @@ void cdrReset();
void cdrInterrupt();
void cdrReadInterrupt();
void cdrRepplayInterrupt();
+void cdrLidSeekInterrupt();
unsigned char cdrRead0(void);
unsigned char cdrRead1(void);
unsigned char cdrRead2(void);