Skip to content

Commit

Permalink
don't print some old PCSX version
Browse files Browse the repository at this point in the history
confuses some users which version to report
  • Loading branch information
notaz committed Oct 20, 2023
1 parent 34ee348 commit c91bf7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libpcsxcore/r3000a.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c91bf7d

Please sign in to comment.