File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
R"(
2
2
3
- PCSX-Redux, Copyright (C) 2019-2024 [ PCSX-Redux authors] ( AUTHORS )
3
+ PCSX-Redux, Copyright (C) 2019-2025 [ PCSX-Redux authors] ( AUTHORS )
4
4
PCSX-Redux comes with ABSOLUTELY NO WARRANTY.
5
5
This is free software, and you are welcome to redistribute it
6
6
under certain conditions. See [ the license] ( https://github.com/grumpycoders/pcsx-redux/blob/main/LICENSE ) for details.
7
7
8
- OpenBIOS, Copyright (C) 2019-2024 [ PCSX-Redux authors] ( AUTHORS )
8
+ OpenBIOS, Copyright (C) 2019-2025 [ PCSX-Redux authors] ( AUTHORS )
9
9
OpenBIOS comes with ABSOLUTELY NO WARRANTY.
10
10
This is free software, and you are welcome to redistribute it
11
11
under certain conditions. See [ the license] ( https://github.com/grumpycoders/pcsx-redux/blob/main/src/mips/LICENSE ) for details.
Original file line number Diff line number Diff line change 37
37
38
38
int PCSX::R3000Acpu::psxInit () {
39
39
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 );
41
41
const auto & args = g_system->getArgs ();
42
42
43
43
if (g_emulator->settings .get <Emulator::SettingDynarec>()) {
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ static void boot(char *systemCnfPath, char *binaryPath) {
339
339
}
340
340
buildIDstring [count * 2 ] = 0 ;
341
341
}
342
- psxprintf ("PS-X Realtime Kernel OpenBios - build id %s.\nCopyright (C) 2019-2024 PCSX-Redux authors.\n" ,
342
+ psxprintf ("PS-X Realtime Kernel OpenBios - build id %s.\nCopyright (C) 2019-2025 PCSX-Redux authors.\n" ,
343
343
buildIDstring );
344
344
}
345
345
POST = 6 ;
You can’t perform that action at this time.
0 commit comments