mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-02 18:39:14 +00:00
[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