fixes link time errors on the RPi platform (tested with 3 and 4)
[pcsx_rearmed.git] / libpcsxcore / psxcounters.h
index 4b7b6b4..d986435 100644 (file)
@@ -39,6 +39,7 @@ typedef struct Rcnt
     u32 rate, irq, counterState, irqState;
     u32 cycle, cycleStart;
 } Rcnt;
+
 extern Rcnt rcnts[];
 
 void psxRcntInit();