mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +01:00
Added SuppressUnmanagedCodeSecurity to main form class
Used due to interopt calls used for auto profile system
This commit is contained in:
parent
7d871c0709
commit
e6646d6c6e
@ -17,9 +17,11 @@ using System.Drawing.Drawing2D;
|
|||||||
using TaskRunner = System.Threading.Tasks.Task;
|
using TaskRunner = System.Threading.Tasks.Task;
|
||||||
using NonFormTimer = System.Timers.Timer;
|
using NonFormTimer = System.Timers.Timer;
|
||||||
using static DS4Windows.Global;
|
using static DS4Windows.Global;
|
||||||
|
using System.Security;
|
||||||
|
|
||||||
namespace DS4Windows
|
namespace DS4Windows
|
||||||
{
|
{
|
||||||
|
[SuppressUnmanagedCodeSecurity]
|
||||||
public partial class DS4Form : Form
|
public partial class DS4Form : Form
|
||||||
{
|
{
|
||||||
public string[] cmdArguments;
|
public string[] cmdArguments;
|
||||||
|
Loading…
Reference in New Issue
Block a user