Fix a regression in commit dda09dd.

This commit is contained in:
SuuperW 2022-01-27 10:47:55 -06:00
parent ec35080f32
commit 0171191c0e
1 changed files with 1 additions and 1 deletions

View File

@ -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]);
}
}