analog bind default deadzone to 10%

This commit is contained in:
goyuken 2013-08-13 23:18:47 +00:00
parent ef3be8db9a
commit c85d69aa0a
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ namespace BizHawk.MultiClient.config
{
LoadToPanel(tabPage1, the_definition.Name, the_definition.BoolButtons, normal, "", 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)
{