Include HapticsChannels prop in ControllerDefinition clone ctor
This commit is contained in:
parent
664ab7fab6
commit
d254c8121d
|
@ -18,6 +18,7 @@ namespace BizHawk.Emulation.Common
|
||||||
Name = source.Name;
|
Name = source.Name;
|
||||||
BoolButtons.AddRange(source.BoolButtons);
|
BoolButtons.AddRange(source.BoolButtons);
|
||||||
foreach (var kvp in source.Axes) Axes.Add(kvp);
|
foreach (var kvp in source.Axes) Axes.Add(kvp);
|
||||||
|
HapticsChannels.AddRange(source.HapticsChannels);
|
||||||
CategoryLabels = source.CategoryLabels;
|
CategoryLabels = source.CategoryLabels;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue