minor cleanup

This variable was used before, but I accidentally changed it out in the process of other refactoring.  No behavioral difference
This commit is contained in:
nattthebear 2020-08-17 14:56:21 -04:00
parent 4153df9471
commit 94b47787dc
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace BizHawk.Client.EmuHawk
var bindings = _inputs[button].Bindings;
if (!string.IsNullOrWhiteSpace(bindings))
{
saveTo[_buttons[button]] = _inputs[button].Bindings;
saveTo[_buttons[button]] = bindings;
}
else
{