X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.h;h=4b7b6b41cbd4357fbbd56e184cf9a1cbb150f00f;hp=68989019c82c04ef5d072dfc20555c6ec41f0f53;hb=650adfd2da779ba8855623362c2900583e22931e;hpb=b1be1eeee94d3547c20719acfa6b0082404897f1 diff --git a/libpcsxcore/psxcounters.h b/libpcsxcore/psxcounters.h index 68989019..4b7b6b41 100644 --- a/libpcsxcore/psxcounters.h +++ b/libpcsxcore/psxcounters.h @@ -31,6 +31,8 @@ extern "C" { extern u32 psxNextCounter, psxNextsCounter; +extern u32 hSyncCount, frame_counter; + typedef struct Rcnt { u16 mode, target; @@ -50,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 }