X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.h;h=d986435b44d05f833f3b7ddf87a1385d613252b4;hb=b6b38f881b9690c31915d019df329d02cda8344a;hp=0aab8f004f73e30872e93c95203f71e91bdd6b0a;hpb=0486fdc9bd313ce2f01dafa4d3c151f40e2c729b;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcounters.h b/libpcsxcore/psxcounters.h index 0aab8f00..d986435b 100644 --- a/libpcsxcore/psxcounters.h +++ b/libpcsxcore/psxcounters.h @@ -39,6 +39,7 @@ typedef struct Rcnt u32 rate, irq, counterState, irqState; u32 cycle, cycleStart; } Rcnt; + extern Rcnt rcnts[]; void psxRcntInit(); @@ -52,7 +53,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 }