aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcounters.h
diff options
context:
space:
mode:
authornotaz2012-12-16 21:22:32 +0200
committernotaz2012-12-17 02:01:51 +0200
commit496d88d4f697ab13e84bf8c40cdac98369bd6a04 (patch)
tree3d5f61ee1778bfd4ecb3cff7acbcbd469d2ebd31 /libpcsxcore/psxcounters.h
parent1a6164a1aaa1a7f5117730f30410461bb76b63f5 (diff)
downloadpcsx_rearmed-496d88d4f697ab13e84bf8c40cdac98369bd6a04.tar.gz
pcsx_rearmed-496d88d4f697ab13e84bf8c40cdac98369bd6a04.tar.bz2
pcsx_rearmed-496d88d4f697ab13e84bf8c40cdac98369bd6a04.zip
make non-zlib save compression possible
Diffstat (limited to 'libpcsxcore/psxcounters.h')
-rw-r--r--libpcsxcore/psxcounters.h2
1 files changed, 1 insertions, 1 deletions
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
}