mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 01:09:17 +01:00
Added SuppressUnmanagedCodeSecurity to StartupMethods class
This commit is contained in:
parent
0b10788583
commit
acf028f196
@ -9,6 +9,7 @@ using Task = Microsoft.Win32.TaskScheduler.Task;
|
||||
|
||||
namespace DS4WinWPF
|
||||
{
|
||||
[System.Security.SuppressUnmanagedCodeSecurity]
|
||||
public static class StartupMethods
|
||||
{
|
||||
public static string lnkpath = Environment.GetFolderPath(Environment.SpecialFolder.Startup) + "\\DS4Windows.lnk";
|
||||
|
Loading…
Reference in New Issue
Block a user