oops didn't mean to checkin this experiment (it doesn't do anything actually)
This commit is contained in:
parent
339915c013
commit
cee263e272
|
@ -4,7 +4,6 @@ using System.Linq;
|
|||
using System.Reflection;
|
||||
using System.Reflection.Emit;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security;
|
||||
using System.Text;
|
||||
using BizHawk.Common;
|
||||
using BizHawk.Common.CollectionExtensions;
|
||||
|
@ -366,9 +365,6 @@ namespace BizHawk.BizInvoke
|
|||
returnType,
|
||||
paramTypes);
|
||||
|
||||
// live dangerously
|
||||
method.SetCustomAttribute(new(typeof(SuppressUnmanagedCodeSecurityAttribute).GetConstructor(Type.EmptyTypes), Array.Empty<object>()));
|
||||
|
||||
var il = method.GetILGenerator();
|
||||
|
||||
Label exc = default;
|
||||
|
|
Loading…
Reference in New Issue