aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/spu.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/spu.h')
-rw-r--r--libpcsxcore/spu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/spu.h b/libpcsxcore/spu.h
index 85010cb..44a35d5 100644
--- a/libpcsxcore/spu.h
+++ b/libpcsxcore/spu.h
@@ -40,6 +40,8 @@ extern "C" {
#define H_SPUoff2 0x0d8e
void CALLBACK SPUirq(void);
+void CALLBACK SPUschedule(unsigned int cycles_after);
+void spuUpdate();
#ifdef __cplusplus
}