From 7a45d8f78387d42bad42544d29c8be706bed3657 Mon Sep 17 00:00:00 2001 From: EngineersBox Date: Tue, 7 Jan 2025 12:53:21 +1100 Subject: [PATCH] Bumped copyright date to 2025 --- src/core/r3000a.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {