From 93c9e42aa5323ad40cf65b7ea11c54e5616d8624 Mon Sep 17 00:00:00 2001 From: Autechre Date: Wed, 21 Oct 2020 12:46:49 +0200 Subject: Revert "fixes link time errors on the RPi platform (tested with 3 and 4)" --- libpcsxcore/psxcounters.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libpcsxcore/psxcounters.h') diff --git a/libpcsxcore/psxcounters.h b/libpcsxcore/psxcounters.h index d986435..4b7b6b4 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(); -- cgit v1.2.3