X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fr3000a.c;h=0a3e00b8308a2650c70d751446b89bf8fc194158;hb=c91c9a0e128577e03479d4cde6a86a10f4fcf4c1;hp=111810704d9a9197f831da4cca155cdb7d52d8ff;hpb=a34093eb63d1645fd2de9b412efe2587df9fdb3f;p=pcsx_rearmed.git diff --git a/libpcsxcore/r3000a.c b/libpcsxcore/r3000a.c index 11181070..0a3e00b8 100644 --- a/libpcsxcore/r3000a.c +++ b/libpcsxcore/r3000a.c @@ -27,7 +27,9 @@ #include "gte.h" R3000Acpu *psxCpu = NULL; +#ifndef NEW_DYNAREC psxRegisters psxRegs; +#endif int psxInit() { SysPrintf(_("Running PCSX Version %s (%s).\n"), PCSX_VERSION, __DATE__);