summaryrefslogtreecommitdiff
path: root/libpcsxcore/plugins.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-08-27 14:13:08 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-08-27 14:13:08 +0000
commitc069f20b54965ea0ad89c1010e549480bd018b76 (patch)
treeb230e68922f3a3b6c8ce9e7163ac55a45d3beaf5 /libpcsxcore/plugins.h
parent5e7b4edb9e0540dbbed3de64615769d2ecce2927 (diff)
downloadpcsxr-c069f20b54965ea0ad89c1010e549480bd018b76.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@27879 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/plugins.h')
-rw-r--r--libpcsxcore/plugins.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h
index 1394d48c..a6de52f5 100644
--- a/libpcsxcore/plugins.h
+++ b/libpcsxcore/plugins.h
@@ -203,6 +203,7 @@ typedef struct {
} SPUFreeze_t;
typedef long (CALLBACK* SPUfreeze)(uint32_t, SPUFreeze_t *);
typedef void (CALLBACK* SPUasync)(uint32_t);
+typedef void (CALLBACK* SPUplayCDDAchannel)(short *, int);
//SPU POINTERS
SPUconfigure SPU_configure;
@@ -233,6 +234,7 @@ SPUplayADPCMchannel SPU_playADPCMchannel;
SPUfreeze SPU_freeze;
SPUregisterCallback SPU_registerCallback;
SPUasync SPU_async;
+SPUplayCDDAchannel SPU_playCDDAchannel;
// PAD Functions