spu: fix first sample, don't play ahead
[pcsx_rearmed.git] / libpcsxcore / mdec.h
index e191b4e..ba38b4b 100644 (file)
@@ -36,8 +36,9 @@ u32 mdecRead0();
 u32 mdecRead1();
 void psxDma0(u32 madr, u32 bcr, u32 chcr);
 void psxDma1(u32 madr, u32 bcr, u32 chcr);
+void mdec0Interrupt();
 void mdec1Interrupt();
-int mdecFreeze(gzFile f, int Mode);
+int mdecFreeze(void *f, int Mode);
 
 #ifdef __cplusplus
 }