Revert "fixes link time errors on the RPi platform (tested with 3 and 4)"
[pcsx_rearmed.git] / libpcsxcore / r3000a.c
index 0433c20..1118107 100644 (file)
@@ -32,7 +32,7 @@ psxRegisters psxRegs;
 int psxInit() {
        SysPrintf(_("Running PCSX Version %s (%s).\n"), PCSX_VERSION, __DATE__);
 
-#ifdef PSXREC
+#if defined(NEW_DYNAREC) || defined(LIGHTREC)
        if (Config.Cpu == CPU_INTERPRETER) {
                psxCpu = &psxInt;
        } else psxCpu = &psxRec;