X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fr3000a.c;h=fb043ae044d2974e33922d0b7e875e23afefbdb6;hb=ebefdeefeeefd0dc1ab0e34ae63ceb164abab9f4;hp=f0a0ddce1c85d8476e06478b39b74e564a4408b3;hpb=c6a249e3b48161bcf6d8ab3eb0538d96edd67797;p=pcsx_rearmed.git diff --git a/libpcsxcore/r3000a.c b/libpcsxcore/r3000a.c index f0a0ddce..fb043ae0 100644 --- a/libpcsxcore/r3000a.c +++ b/libpcsxcore/r3000a.c @@ -36,8 +36,6 @@ psxRegisters psxRegs; #endif int psxInit() { - SysPrintf(_("Running PCSX Version %s (%s).\n"), PCSX_VERSION, __DATE__); - #ifndef DRC_DISABLE if (Config.Cpu == CPU_INTERPRETER) { psxCpu = &psxInt;