diff --git a/src/core/r3000a.cc b/src/core/r3000a.cc index 416f7b3a2..864406e7c 100644 --- a/src/core/r3000a.cc +++ b/src/core/r3000a.cc @@ -37,7 +37,7 @@ int PCSX::R3000Acpu::psxInit() { g_system->printf(_("PCSX-Redux booting\n")); - g_system->printf(_("Copyright (C) 2019-%i PCSX-Redux authors\n"), 2024); + g_system->printf(_("Copyright (C) 2019-%i PCSX-Redux authors\n"), 2025); const auto& args = g_system->getArgs(); if (g_emulator->settings.get()) {