diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-05 06:11:21 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-05 06:11:21 +0000 |
| commit | b6a7c5e5bc9f438059e5a71fe7f850410b668210 (patch) | |
| tree | c23cedd8aec77f0e14f38d70641a61423d8f7ade /libpcsxcore/cdrom.h | |
| parent | fe689494e432a145784ce2330fc0faf683dbf5e0 (diff) | |
| download | pcsxr-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.h | 2 |
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(); |
