Fix one missing nit and improve one comment
This commit is contained in:
parent
5f447247dd
commit
e2e83fc5db
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ namespace Ryujinx.HLE.HOS.Services.Bpc
|
|||
|
||||
public static ResultCode GetExternalRtcValue(out ulong rtcValue)
|
||||
{
|
||||
// TODO: emulate MAX77620/MAX77812
|
||||
// TODO: emulate MAX77620/MAX77812 RTC
|
||||
DateTime unixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
|
||||
|
||||
rtcValue = (ulong)(DateTime.Now.ToUniversalTime() - unixEpoch).TotalSeconds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue