Revert "fixes link time errors on the RPi platform (tested with 3 and 4)"
[pcsx_rearmed.git] / libpcsxcore / r3000a.c
index a8d2745..1118107 100644 (file)
@@ -27,6 +27,7 @@
 #include "gte.h"
 
 R3000Acpu *psxCpu = NULL;
+psxRegisters psxRegs;
 
 int psxInit() {
        SysPrintf(_("Running PCSX Version %s (%s).\n"), PCSX_VERSION, __DATE__);