From: notaz Date: Fri, 20 Oct 2023 19:58:58 +0000 (+0300) Subject: don't print some old PCSX version X-Git-Tag: r24~102 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=c91bf7dbe935b1a2f043c40e3409c4f7146707aa don't print some old PCSX version confuses some users which version to report --- 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;