[HLE/Service] Fix ToCalendarTimeWithMyRule
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user