fixes link time errors on the RPi platform (tested with 3 and 4)
[pcsx_rearmed.git] / libpcsxcore / psxcounters.h
index 0aab8f0..d986435 100644 (file)
@@ -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
 }