Module: wine Branch: master Commit: 4f1095a0ee4c7577e5287e56e388c36d0ba659ad URL: https://source.winehq.org/git/wine.git/?a=commit;h=4f1095a0ee4c7577e5287e56e...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Dec 3 12:19:09 2021 +0100
winmm: Reimplement joystick APIs on top of dinput.
Based on a patch from Zebediah Figura zfigura@codeweavers.com.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput8/tests/hid.c | 51 ------- dlls/winmm/Makefile.in | 2 +- dlls/winmm/joystick.c | 345 ++++++++++++++++++++++++++++++++++++++++------- dlls/winmm/winemm.h | 3 + dlls/winmm/winmm.c | 2 + 5 files changed, 303 insertions(+), 100 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4f1095a0ee4c7577e5287...