summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-11-05 06:11:21 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-11-05 06:11:21 +0000
commitb6a7c5e5bc9f438059e5a71fe7f850410b668210 (patch)
treec23cedd8aec77f0e14f38d70641a61423d8f7ade /libpcsxcore/cdrom.h
parentfe689494e432a145784ce2330fc0faf683dbf5e0 (diff)
downloadpcsxr-b6a7c5e5bc9f438059e5a71fe7f850410b668210.tar.gz
ported change in r59193 to dynarec (x86-32).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59209 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.h')
-rw-r--r--libpcsxcore/cdrom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h
index 82afa42c..3ab4336d 100644
--- a/libpcsxcore/cdrom.h
+++ b/libpcsxcore/cdrom.h
@@ -98,6 +98,8 @@ typedef struct {
extern cdrStruct cdr;
+void cdrDecodedBufferInterrupt();
+
void cdrReset();
void cdrInterrupt();
void cdrReadInterrupt();