aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/mdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/mdec.h')
-rw-r--r--libpcsxcore/mdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/mdec.h b/libpcsxcore/mdec.h
index e04f314..ba38b4b 100644
--- a/libpcsxcore/mdec.h
+++ b/libpcsxcore/mdec.h
@@ -38,7 +38,7 @@ 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
}