mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-17 10:20:52 -05:00
Revert "Use UnmanagedCallersOnly for delegates".
This reverts commit c8d598d5ac
This commit is contained in:
@@ -97,7 +97,7 @@ namespace ARMeilleure.Translation
|
||||
|
||||
public virtual Operand Call(MethodInfo info, params Operand[] callArgs)
|
||||
{
|
||||
nint funcPtr = info.MethodHandle.GetFunctionPointer();
|
||||
nint funcPtr = Delegates.GetDelegateFuncPtr(info);
|
||||
|
||||
OperandType returnType = GetOperandType(info.ReturnType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user