aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcounters.h
diff options
context:
space:
mode:
authortwinaphex2012-12-17 02:01:13 +0100
committertwinaphex2012-12-17 02:01:13 +0100
commit3ef6b3599b083286ba72673dec7e7032e5e8e013 (patch)
tree72d3d3e701790c1b62bfddb44c9cda30ea1dcc5e /libpcsxcore/psxcounters.h
parentf36d076529d621b93bade88eab4d499561fe6cef (diff)
parent6e921e1d669037004dab55cbe5e704a70d04c718 (diff)
downloadpcsx_rearmed-3ef6b3599b083286ba72673dec7e7032e5e8e013.tar.gz
pcsx_rearmed-3ef6b3599b083286ba72673dec7e7032e5e8e013.tar.bz2
pcsx_rearmed-3ef6b3599b083286ba72673dec7e7032e5e8e013.zip
Merge git://github.com/notaz/pcsx_rearmed
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
}