aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 1caec4b..acebaae 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -853,6 +853,7 @@ static int _OpenPlugins(void) {
ret = SPU_open();
if (ret < 0) { SysMessage(_("Error opening SPU plugin!")); return -1; }
SPU_registerCallback(SPUirq);
+ SPU_registerScheduleCb(SPUschedule);
// pcsx-rearmed: we handle gpu elsewhere
//ret = GPU_open(&gpuDisp, "PCSX", NULL);
//if (ret < 0) { SysMessage(_("Error opening GPU plugin!")); return -1; }