aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.c
diff options
context:
space:
mode:
authornotaz2014-12-18 03:56:01 +0200
committernotaz2014-12-20 02:57:25 +0200
commit2b30c1291db9d9801d51cf85f71f40fe54958898 (patch)
tree0ffdcba9ad3d9db9335b4855529a4da313bccd5a /plugins/dfsound/spu.c
parente391d21cdbf06afd68d137537b7e82585ecffa1a (diff)
downloadpcsx_rearmed-2b30c1291db9d9801d51cf85f71f40fe54958898.tar.gz
pcsx_rearmed-2b30c1291db9d9801d51cf85f71f40fe54958898.tar.bz2
pcsx_rearmed-2b30c1291db9d9801d51cf85f71f40fe54958898.zip
spu: add a schedule callback
Diffstat (limited to 'plugins/dfsound/spu.c')
-rw-r--r--plugins/dfsound/spu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 8f6ed13..7d3f1a0 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -1121,6 +1121,10 @@ void CALLBACK SPUregisterCDDAVolume(void (CALLBACK *CDDAVcallback)(unsigned shor
cddavCallback = CDDAVcallback;
}
+void CALLBACK SPUregisterScheduleCb(void (CALLBACK *callback)(unsigned int))
+{
+}
+
// COMMON PLUGIN INFO FUNCS
/*
char * CALLBACK PSEgetLibName(void)