From b6b38f881b9690c31915d019df329d02cda8344a Mon Sep 17 00:00:00 2001 From: Daniel Morilha Date: Tue, 20 Oct 2020 23:32:24 -0700 Subject: fixes link time errors on the RPi platform (tested with 3 and 4) --- libpcsxcore/psxcounters.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore/psxcounters.h') diff --git a/libpcsxcore/psxcounters.h b/libpcsxcore/psxcounters.h index 4b7b6b4..d986435 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(); -- cgit v1.2.3