X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fr3000a.c;h=85b77cb44264ef89abd6127b8b0eb2e9d397a7cc;hp=82eb88578534c9a3411eb5806b655aacb7cae03b;hb=41e82ad46e60f9c3291ff81ebe4a07512b1194c5;hpb=bf4df3ba5781db5600f1ffb3c34e4d76ef490474 diff --git a/libpcsxcore/r3000a.c b/libpcsxcore/r3000a.c index 82eb8857..85b77cb4 100644 --- a/libpcsxcore/r3000a.c +++ b/libpcsxcore/r3000a.c @@ -27,12 +27,14 @@ #include "gte.h" R3000Acpu *psxCpu = NULL; +#ifdef DRC_DISABLE psxRegisters psxRegs; +#endif int psxInit() { SysPrintf(_("Running PCSX Version %s (%s).\n"), PACKAGE_VERSION, __DATE__); -#ifdef PSXREC +#ifndef DRC_DISABLE if (Config.Cpu == CPU_INTERPRETER) { psxCpu = &psxInt; } else psxCpu = &psxRec;