End refactoring IPC objects
corrections
This commit is contained in:
parent
4909083901
commit
dc8712ed71
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ namespace Ryujinx.OsHle.Objects.Time
|
|||
|
||||
public IReadOnlyDictionary<int, ServiceProcessRequest> Commands => m_Commands;
|
||||
|
||||
private DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
|
||||
private static DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
|
||||
|
||||
public ISystemClock()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue