Use UtcNow instead of Now

This commit is contained in:
Morilli 2024-03-26 22:28:18 +01:00
parent 95381170d8
commit e5582cd016
1 changed files with 1 additions and 1 deletions

View File

@ -2379,7 +2379,7 @@ namespace BizHawk.Client.EmuHawk
private void CheckMessages()
{
var currentTime = DateTime.Now;
var currentTime = DateTime.UtcNow;
// only check window messages a maximum of once per millisecond
// this check is irrelvant for the 99% of cases where fps are <1k
// but gives a slight fps boost in those scenarios