Atari 2600 - update paddle virtualpads with the new float ranges

This commit is contained in:
adelikat 2017-06-29 13:46:17 -05:00
parent a4360b9c36
commit aaaeb95a05
1 changed files with 4 additions and 4 deletions

View File

@ -126,8 +126,8 @@ namespace BizHawk.Client.EmuHawk
Location = new Point(55, 17),
Type = PadSchema.PadInputType.FloatSingle,
TargetSize = new Size(128, 69),
MaxValue = 16266,
MinValue = 0
MaxValue = 127,
MinValue = -127
},
new PadSchema.ButtonSchema
{
@ -136,8 +136,8 @@ namespace BizHawk.Client.EmuHawk
Location = new Point(193, 17),
Type = PadSchema.PadInputType.FloatSingle,
TargetSize = new Size(128, 69),
MaxValue = 16266,
MinValue = 0
MaxValue = 127,
MinValue = -127
},
}
};