mirror of https://github.com/PCSX2/pcsx2.git
CDVD: set the correct RTC year when input recording
This commit is contained in:
parent
f10a8de2c1
commit
4442b798c9
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue