gpu_unai: fix clear masking
[pcsx_rearmed.git] / libpcsxcore / psxcounters.h
index d986435..03cd468 100644 (file)
@@ -39,7 +39,6 @@ typedef struct Rcnt
     u32 rate, irq, counterState, irqState;
     u32 cycle, cycleStart;
 } Rcnt;
-
 extern Rcnt rcnts[];
 
 void psxRcntInit();
@@ -49,7 +48,9 @@ void psxRcntWcount(u32 index, u32 value);
 void psxRcntWmode(u32 index, u32 value);
 void psxRcntWtarget(u32 index, u32 value);
 
-u32 psxRcntRcount(u32 index);
+u32 psxRcntRcount0();
+u32 psxRcntRcount1();
+u32 psxRcntRcount2();
 u32 psxRcntRmode(u32 index);
 u32 psxRcntRtarget(u32 index);