summaryrefslogtreecommitdiff
path: root/plugins/ao/eng_qsf/eng_qsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ao/eng_qsf/eng_qsf.c')
-rw-r--r--plugins/ao/eng_qsf/eng_qsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ao/eng_qsf/eng_qsf.c b/plugins/ao/eng_qsf/eng_qsf.c
index a00b955a..3fc5e9a1 100644
--- a/plugins/ao/eng_qsf/eng_qsf.c
+++ b/plugins/ao/eng_qsf/eng_qsf.c
@@ -141,7 +141,7 @@ static int32 qsf_irq_cb(int param)
return 0x000000ff; // RST_38
}
-void *qsf_start(uint8 *buffer, uint32 length)
+void *qsf_start(const char *path, uint8 *buffer, uint32 length)
{
qsf_synth_t *s = malloc (sizeof (qsf_synth_t));
memset (s, 0, sizeof (qsf_synth_t));