mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-01 23:27:11 +02:00
[HLE/Service] Fix ToCalendarTimeWithMyRule
This commit is contained in:
parent
d8550b8cda
commit
a15e282909
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