mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-16 19:47:53 -05: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();
|
||||
|
@@ -2,7 +2,7 @@ namespace Ryujinx.OsHle.Objects.Time
|
||||
{
|
||||
enum SystemClockType
|
||||
{
|
||||
Standard,
|
||||
User,
|
||||
Network,
|
||||
Local
|
||||
}
|
||||
|
Reference in New Issue
Block a user