Skip to content

Commit 7a45d8f

Browse files
committed
Bumped copyright date to 2025
1 parent 64b63a1 commit 7a45d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/r3000a.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
int PCSX::R3000Acpu::psxInit() {
3939
g_system->printf(_("PCSX-Redux booting\n"));
40-
g_system->printf(_("Copyright (C) 2019-%i PCSX-Redux authors\n"), 2024);
40+
g_system->printf(_("Copyright (C) 2019-%i PCSX-Redux authors\n"), 2025);
4141
const auto& args = g_system->getArgs();
4242

4343
if (g_emulator->settings.get<Emulator::SettingDynarec>()) {

0 commit comments

Comments
 (0)