Lua - fix movie.getinput() to return float values instead of passing "False" no matter what
This commit is contained in:
parent
a955e6a3a2
commit
e94de78ebd
|
@ -70,7 +70,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
foreach (var button in adapter.Definition.FloatControls)
|
||||
{
|
||||
input[button] = adapter[button];
|
||||
input[button] = adapter.GetFloat(button);
|
||||
}
|
||||
|
||||
return input;
|
||||
|
|
Loading…
Reference in New Issue