diff options
author | twinaphex | 2012-12-17 02:01:13 +0100 |
---|---|---|
committer | twinaphex | 2012-12-17 02:01:13 +0100 |
commit | 3ef6b3599b083286ba72673dec7e7032e5e8e013 (patch) | |
tree | 72d3d3e701790c1b62bfddb44c9cda30ea1dcc5e /libpcsxcore/psxhw.h | |
parent | f36d076529d621b93bade88eab4d499561fe6cef (diff) | |
parent | 6e921e1d669037004dab55cbe5e704a70d04c718 (diff) | |
download | pcsx_rearmed-3ef6b3599b083286ba72673dec7e7032e5e8e013.tar.gz pcsx_rearmed-3ef6b3599b083286ba72673dec7e7032e5e8e013.tar.bz2 pcsx_rearmed-3ef6b3599b083286ba72673dec7e7032e5e8e013.zip |
Merge git://github.com/notaz/pcsx_rearmed
Diffstat (limited to 'libpcsxcore/psxhw.h')
-rw-r--r-- | libpcsxcore/psxhw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxhw.h b/libpcsxcore/psxhw.h index 1d1822f..e83939f 100644 --- a/libpcsxcore/psxhw.h +++ b/libpcsxcore/psxhw.h @@ -80,7 +80,7 @@ u32 psxHwRead32(u32 add); void psxHwWrite8(u32 add, u8 value); void psxHwWrite16(u32 add, u16 value); void psxHwWrite32(u32 add, u32 value); -int psxHwFreeze(gzFile f, int Mode); +int psxHwFreeze(void *f, int Mode); #ifdef __cplusplus } |