From c91bf7dbe935b1a2f043c40e3409c4f7146707aa Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 20 Oct 2023 22:58:58 +0300 Subject: [PATCH] don't print some old PCSX version confuses some users which version to report --- libpcsxcore/r3000a.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2