mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-18 08:56:20 +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)
|
if (action.ucontrols != null)
|
||||||
{
|
{
|
||||||
foreach (string s in action.ucontrols.Split('/'))
|
foreach (string s in action.ucontrols.Split('/'))
|
||||||
|
{
|
||||||
|
if (s != "AutomaticUntrigger")
|
||||||
{
|
{
|
||||||
controlUnloadTriggerList.Add(s);
|
controlUnloadTriggerList.Add(s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
actionName = action.name;
|
actionName = action.name;
|
||||||
for(int i = 0; i < typeAssoc.Length; i++)
|
for(int i = 0; i < typeAssoc.Length; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user