fix #3686
This commit is contained in:
parent
4fea6752f3
commit
ebf1950873
|
@ -42,6 +42,10 @@ namespace BizHawk.Client.Common
|
||||||
public Bk2Controller(ControllerDefinition definition)
|
public Bk2Controller(ControllerDefinition definition)
|
||||||
{
|
{
|
||||||
_type = new Bk2ControllerDefinition(definition);
|
_type = new Bk2ControllerDefinition(definition);
|
||||||
|
foreach ((string axisName, AxisSpec range) in definition.Axes)
|
||||||
|
{
|
||||||
|
_myAxisControls[axisName] = range.Neutral;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public ControllerDefinition Definition => _type;
|
public ControllerDefinition Definition => _type;
|
||||||
|
|
Loading…
Reference in New Issue