mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 04:49:00 -06:00
Emit CIL directly for more SIMD instructions, add UCVTF (vector, scalar) and UZP2, fix XTN (?)
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Ryujinx.OsHle.Objects.Time
|
||||
{
|
||||
DateTime CurrentTime = DateTime.Now;
|
||||
|
||||
if (ClockType == SystemClockType.Standard ||
|
||||
if (ClockType == SystemClockType.User ||
|
||||
ClockType == SystemClockType.Network)
|
||||
{
|
||||
CurrentTime = CurrentTime.ToUniversalTime();
|
||||
|
||||
Reference in New Issue
Block a user