Rémi Bernon : winmm: Reimplement joystick APIs on top of dinput.

Alexandre Julliard julliard at winehq.org
Fri Dec 10 15:07:50 CST 2021


Module: wine
Branch: master
Commit: 4f1095a0ee4c7577e5287e56e388c36d0ba659ad
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4f1095a0ee4c7577e5287e56e388c36d0ba659ad

Author: Rémi Bernon <rbernon at 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 at codeweavers.com>.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=4f1095a0ee4c7577e5287e56e388c36d0ba659ad



More information about the wine-cvs mailing list