X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fspu.h;h=6b8699b979dc1d526fe14972fc7083b0927d26d9;hb=67c020eeafd6d3db7f9d2c314a77990177a1c4ff;hp=44a35d5f6f04a65d9372ddd19d18444b065f44e5;hpb=2b30c1291db9d9801d51cf85f71f40fe54958898;p=pcsx_rearmed.git diff --git a/libpcsxcore/spu.h b/libpcsxcore/spu.h index 44a35d5f..6b8699b9 100644 --- a/libpcsxcore/spu.h +++ b/libpcsxcore/spu.h @@ -39,8 +39,9 @@ extern "C" { #define H_SPUoff1 0x0d8c #define H_SPUoff2 0x0d8e -void CALLBACK SPUirq(void); +void CALLBACK SPUirq(int cycles_after); void CALLBACK SPUschedule(unsigned int cycles_after); +void spuDelayedIrq(); void spuUpdate(); #ifdef __cplusplus