Sweden-Number/dlls/xinput1_3
Rémi Bernon d636cc18ba xinput: Fix rumble amount value rounding.
XINPUT_VIBRATION structure documentation says that wLeftMotorSpeed and
wRightMotorSpeed can range from 0 to 65535. The values were
incorrectly divided by 255 in HID_set_state, which made the value
range overflow one byte.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-29 16:21:32 +02:00
..
tests xinput/tests: Use the available ARRAY_SIZE() macro. 2018-05-30 09:11:31 +02:00
Makefile.in
hid.c xinput: Fix rumble amount value rounding. 2019-05-29 16:21:32 +02:00
version.rc
xinput1_3.spec
xinput_main.c xinput: Make exported functions hot-patchable. 2018-11-21 17:05:27 +01:00
xinput_private.h