X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fr3000a.c;h=0a3e00b8308a2650c70d751446b89bf8fc194158;hb=66425c25db8a6e4d33488977bf745af73dbe8b39;hp=111810704d9a9197f831da4cca155cdb7d52d8ff;hpb=28d1bea2e828cd079593abc8c97ea6ff4fd7d4f4;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__);