mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Added SuppressUnmanagedCodeSecurity attribute to ScpDevice class
Leads to a decent speedup
This commit is contained in:
parent
a6e6b5279c
commit
01ccc74cdd
@ -3,10 +3,12 @@ using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security;
|
||||
using Microsoft.Win32.SafeHandles;
|
||||
|
||||
namespace DS4Windows
|
||||
{
|
||||
[SuppressUnmanagedCodeSecurity]
|
||||
public partial class ScpDevice : Component
|
||||
{
|
||||
public virtual Boolean IsActive
|
||||
|
Loading…
Reference in New Issue
Block a user