X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.h;h=03cd46843c18293c4da03d7e9543c98f03b0b739;hb=fcf8c153c82b4539cc3bcb80666813843dcaa3fc;hp=d986435b44d05f833f3b7ddf87a1385d613252b4;hpb=b6b38f881b9690c31915d019df329d02cda8344a;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcounters.h b/libpcsxcore/psxcounters.h index d986435b..03cd4684 100644 --- a/libpcsxcore/psxcounters.h +++ b/libpcsxcore/psxcounters.h @@ -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);