mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-22 14:12:01 -05:00
Emit CIL directly for more SIMD instructions, add UCVTF (vector, scalar) and UZP2, fix XTN (?)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Ryujinx.OsHle.Services
|
||||
{
|
||||
public static long TimeGetStandardUserSystemClock(ServiceCtx Context)
|
||||
{
|
||||
MakeObject(Context, new ISystemClock(SystemClockType.Standard));
|
||||
MakeObject(Context, new ISystemClock(SystemClockType.User));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user