Include `ControllerDefinition._orderedControls` in clone ctor
I don't think this is used, but as the caching was new in 2.8, going to include this just in case
This commit is contained in:
parent
52acda9a02
commit
683aa263a0
|
@ -51,6 +51,7 @@ namespace BizHawk.Emulation.Common
|
|||
foreach (var kvp in copyFrom.Axes) Axes.Add(kvp);
|
||||
HapticsChannels.AddRange(copyFrom.HapticsChannels);
|
||||
CategoryLabels = copyFrom.CategoryLabels;
|
||||
_orderedControls = copyFrom._orderedControls;
|
||||
MakeImmutable();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue