make non-zlib save compression possible
[pcsx_rearmed.git] / libpcsxcore / psxcounters.h
index 0aab8f0..4b7b6b4 100644 (file)
@@ -52,7 +52,7 @@ u32 psxRcntRcount(u32 index);
 u32 psxRcntRmode(u32 index);
 u32 psxRcntRtarget(u32 index);
 
 u32 psxRcntRmode(u32 index);
 u32 psxRcntRtarget(u32 index);
 
-s32 psxRcntFreeze(gzFile f, s32 Mode);
+s32 psxRcntFreeze(void *f, s32 Mode);
 
 #ifdef __cplusplus
 }
 
 #ifdef __cplusplus
 }