wine-wine/dlls/dinput
Rémi Bernon e11718fba0 dinput: Increase device buffer size to 1024.
The buffer size was previously limited to 20 in:

  8d05256172

Testing shows that it is somewhere around 1024 on Windows, and using a
smaller buffer causes some input data to be lost with high polling rate
mouses. It can be spotted in Wolfenstein II: New Colossus menus.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 50440e28bb)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-04-17 00:45:51 +02:00
..
tests dinput: Cap the buffer size to 20. 2020-04-08 23:31:16 +02:00
Makefile.in dinput: Move the version resource to a separate file. 2018-12-20 15:34:01 +01:00
config.c dinput: Ensure Cursor is visible on config dialog. 2019-08-14 22:34:26 +02:00
data_formats.c dinput: Avoid ARRAY_SIZE-like macros. 2018-07-06 19:44:26 +02:00
device.c dinput: Increase device buffer size to 1024. 2020-04-17 00:45:51 +02:00
device_private.h dinput: Cap the buffer size to 20. 2020-04-08 23:31:16 +02:00
dinput.rc dinput: Move the version resource to a separate file. 2018-12-20 15:34:01 +01:00
dinput.spec
dinput_classes.idl
dinput_main.c dinput: Fix a possible deadlock at exit. 2019-08-14 22:34:26 +02:00
dinput_private.h dinput: Avoid deadlock when CS are acquired in different order. 2019-08-14 22:34:25 +02:00
effect_linuxinput.c
joystick.c dinput: Ensure buffer doesn't overflow (Coverity). 2019-11-14 23:44:58 +01:00
joystick_linux.c dinput: Allow enumeration of joysticks with DirectX 3. 2019-08-14 22:34:26 +02:00
joystick_linuxinput.c dinput: Ensure buffer doesn't overflow (Coverity). 2019-11-14 23:44:58 +01:00
joystick_osx.c dinput: Handle case where IOHIDDeviceGetValue fails. 2019-11-14 23:44:57 +01:00
joystick_private.h
keyboard.c dinput: Use the same GUID for Instance and Product. 2018-10-31 17:22:36 +01:00
mouse.c dinput: Use the same GUID for Instance and Product. 2018-10-31 17:22:36 +01:00
resource.h
version.rc dinput: Move the version resource to a separate file. 2018-12-20 15:34:01 +01:00