CDVD: set the correct RTC year when input recording

This commit is contained in:
Tyler Wilding 2021-11-06 21:09:28 -05:00 committed by refractionpcsx2
parent f10a8de2c1
commit 4442b798c9
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ void cdvdReset()
cdvd.RTC.hour = 0;
cdvd.RTC.day = 4;
cdvd.RTC.month = 3;
cdvd.RTC.year = 2;
cdvd.RTC.year = 20;
}
else
{