X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.h;h=d986435b44d05f833f3b7ddf87a1385d613252b4;hb=b6b38f881b9690c31915d019df329d02cda8344a;hp=4b7b6b41cbd4357fbbd56e184cf9a1cbb150f00f;hpb=496d88d4f697ab13e84bf8c40cdac98369bd6a04;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcounters.h b/libpcsxcore/psxcounters.h index 4b7b6b41..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();