Fix a regression in commit dda09dd
.
This commit is contained in:
parent
ec35080f32
commit
0171191c0e
|
@ -81,7 +81,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
else
|
||||
{
|
||||
d.Axes.Add(k, _emulator.ControllerDefinition.Axes[key]);
|
||||
d.Axes.Add(k, _emulator.ControllerDefinition.Axes[k]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue