notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ee348
)
don't print some old PCSX version
author
notaz
<notasas@gmail.com>
Fri, 20 Oct 2023 19:58:58 +0000
(22:58 +0300)
committer
notaz
<notasas@gmail.com>
Fri, 20 Oct 2023 19:58:58 +0000
(22:58 +0300)
confuses some users which version to report
libpcsxcore/r3000a.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/r3000a.c
b/libpcsxcore/r3000a.c
index
f0a0ddc
..
fb043ae
100644
(file)
--- 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;