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;
|
||||
BoolButtons.AddRange(source.BoolButtons);
|
||||
foreach (var kvp in source.Axes) Axes.Add(kvp);
|
||||
HapticsChannels.AddRange(source.HapticsChannels);
|
||||
CategoryLabels = source.CategoryLabels;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue