[HLE/Service] Fix ToCalendarTimeWithMyRule
This commit is contained in:
parent
cb29b4303c
commit
29a4fb6a57
2 changed files with 11 additions and 18 deletions
|
@ -10,7 +10,7 @@ namespace Ryujinx.Core.OsHle.Services.Time
|
|||
|
||||
public override IReadOnlyDictionary<int, ServiceProcessRequest> Commands => m_Commands;
|
||||
|
||||
private static DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
|
||||
private static readonly DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
|
||||
|
||||
private SystemClockType ClockType;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue