don't print some old PCSX version
authornotaz <notasas@gmail.com>
Fri, 20 Oct 2023 19:58:58 +0000 (22:58 +0300)
committernotaz <notasas@gmail.com>
Fri, 20 Oct 2023 19:58:58 +0000 (22:58 +0300)
confuses some users which version to report

libpcsxcore/r3000a.c

index f0a0ddc..fb043ae 100644 (file)
@@ -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;