Revert 683aa263a0
This commit is contained in:
parent
aaf46cc9a7
commit
151908104e
|
@ -52,7 +52,8 @@ namespace BizHawk.Emulation.Common
|
|||
foreach (var kvp in copyFrom.Axes) Axes.Add(kvp);
|
||||
HapticsChannels.AddRange(copyFrom.HapticsChannels);
|
||||
CategoryLabels = copyFrom.CategoryLabels;
|
||||
_orderedControls = copyFrom._orderedControls;
|
||||
// Do not clone _orderedControls, as GenOrderedControls may be overridden by the derived class
|
||||
// _orderedControls = copyFrom._orderedControls;
|
||||
MakeImmutable();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue