We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b63a1 commit 7a45d8fCopy full SHA for 7a45d8f
src/core/r3000a.cc
@@ -37,7 +37,7 @@
37
38
int PCSX::R3000Acpu::psxInit() {
39
g_system->printf(_("PCSX-Redux booting\n"));
40
- g_system->printf(_("Copyright (C) 2019-%i PCSX-Redux authors\n"), 2024);
+ g_system->printf(_("Copyright (C) 2019-%i PCSX-Redux authors\n"), 2025);
41
const auto& args = g_system->getArgs();
42
43
if (g_emulator->settings.get<Emulator::SettingDynarec>()) {
0 commit comments