aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/sio.c
diff options
context:
space:
mode:
authornotaz2012-12-16 21:22:32 +0200
committernotaz2012-12-17 02:01:51 +0200
commit496d88d4f697ab13e84bf8c40cdac98369bd6a04 (patch)
tree3d5f61ee1778bfd4ecb3cff7acbcbd469d2ebd31 /libpcsxcore/sio.c
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/sio.c')
-rw-r--r--libpcsxcore/sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c
index 81fe0ea..ea96e95 100644
--- a/libpcsxcore/sio.c
+++ b/libpcsxcore/sio.c
@@ -806,7 +806,7 @@ void GetMcdBlockInfo(int mcd, int block, McdBlock *Info) {
strncpy(Info->Name, ptr, 16);
}
-int sioFreeze(gzFile f, int Mode) {
+int sioFreeze(void *f, int Mode) {
gzfreeze(buf, sizeof(buf));
gzfreeze(&StatReg, sizeof(StatReg));
gzfreeze(&ModeReg, sizeof(ModeReg));