mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-29 04:24:19 +01:00
Special ignore for AutomaticUntrigger
This commit is contained in:
parent
be93e16da6
commit
2927bc20a6
@ -68,10 +68,13 @@ namespace DS4WinWPF.DS4Forms.ViewModels
|
||||
if (action.ucontrols != null)
|
||||
{
|
||||
foreach (string s in action.ucontrols.Split('/'))
|
||||
{
|
||||
if (s != "AutomaticUntrigger")
|
||||
{
|
||||
controlUnloadTriggerList.Add(s);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
actionName = action.name;
|
||||
for(int i = 0; i < typeAssoc.Length; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user