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:
parent
4153df9471
commit
94b47787dc
|
@ -55,7 +55,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
var bindings = _inputs[button].Bindings;
|
var bindings = _inputs[button].Bindings;
|
||||||
if (!string.IsNullOrWhiteSpace(bindings))
|
if (!string.IsNullOrWhiteSpace(bindings))
|
||||||
{
|
{
|
||||||
saveTo[_buttons[button]] = _inputs[button].Bindings;
|
saveTo[_buttons[button]] = bindings;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue