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/r3000a.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libpcsxcore/r3000a.c') diff --git a/libpcsxcore/r3000a.c b/libpcsxcore/r3000a.c index 1118107..a8d2745 100644 --- a/libpcsxcore/r3000a.c +++ b/libpcsxcore/r3000a.c @@ -27,7 +27,6 @@ #include "gte.h" R3000Acpu *psxCpu = NULL; -psxRegisters psxRegs; int psxInit() { SysPrintf(_("Running PCSX Version %s (%s).\n"), PCSX_VERSION, __DATE__); -- cgit v1.2.3