analog bind default deadzone to 10%
This commit is contained in:
parent
ef3be8db9a
commit
c85d69aa0a
|
@ -158,7 +158,7 @@ namespace BizHawk.MultiClient.config
|
||||||
{
|
{
|
||||||
LoadToPanel(tabPage1, the_definition.Name, the_definition.BoolButtons, normal, "", CreateNormalPanel);
|
LoadToPanel(tabPage1, the_definition.Name, the_definition.BoolButtons, normal, "", CreateNormalPanel);
|
||||||
LoadToPanel(tabPage2, the_definition.Name, the_definition.BoolButtons, autofire, "", CreateNormalPanel);
|
LoadToPanel(tabPage2, the_definition.Name, the_definition.BoolButtons, autofire, "", CreateNormalPanel);
|
||||||
LoadToPanel(tabPage3, the_definition.Name, the_definition.FloatControls, analog, new Config.AnalogBind("", 1.0f, 0.0f), CreateAnalogPanel);
|
LoadToPanel(tabPage3, the_definition.Name, the_definition.FloatControls, analog, new Config.AnalogBind("", 1.0f, 0.1f), CreateAnalogPanel);
|
||||||
|
|
||||||
if (tabPage3.Controls.Count == 0)
|
if (tabPage3.Controls.Count == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue