X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fr3000a.c;h=a8d2745cd0830eea6e33f9d920e9a9d6c1365114;hb=81040ceeaeac0a3dcb3e65798ff86f17ef9e37b9;hp=22341c54260e0e8392bde91bf507e9e9af817dd7;hpb=76e889bcfaf9776b071627e7e8c9bff0465f539c;p=pcsx_rearmed.git diff --git a/libpcsxcore/r3000a.c b/libpcsxcore/r3000a.c index 22341c54..a8d2745c 100644 --- a/libpcsxcore/r3000a.c +++ b/libpcsxcore/r3000a.c @@ -27,12 +27,11 @@ #include "gte.h" R3000Acpu *psxCpu = NULL; -psxRegisters psxRegs; int psxInit() { - SysPrintf(_("Running PCSX Version %s (%s).\n"), PACKAGE_VERSION, __DATE__); + 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;