From 496d88d4f697ab13e84bf8c40cdac98369bd6a04 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 16 Dec 2012 21:22:32 +0200 Subject: make non-zlib save compression possible --- libpcsxcore/psxcounters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/psxcounters.h') diff --git a/libpcsxcore/psxcounters.h b/libpcsxcore/psxcounters.h index 0aab8f0..4b7b6b4 100644 --- a/libpcsxcore/psxcounters.h +++ b/libpcsxcore/psxcounters.h @@ -52,7 +52,7 @@ u32 psxRcntRcount(u32 index); u32 psxRcntRmode(u32 index); u32 psxRcntRtarget(u32 index); -s32 psxRcntFreeze(gzFile f, s32 Mode); +s32 psxRcntFreeze(void *f, s32 Mode); #ifdef __cplusplus } -- cgit v1.2.3