Module: wine Branch: master Commit: adfee25b45af8160848f94fdb24279d63d5f91f4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=adfee25b45af8160848f94fdb...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Oct 11 10:10:57 2021 +0200
dinput: Remove legacy joystick backends.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 4 - configure.ac | 1 - dlls/dinput/Makefile.in | 6 - dlls/dinput/device.c | 34 +- dlls/dinput/device_private.h | 27 - dlls/dinput/dinput_main.c | 3 - dlls/dinput/dinput_private.h | 3 - dlls/dinput/effect_linuxinput.c | 906 -------------------- dlls/dinput/joystick.c | 962 --------------------- dlls/dinput/joystick_hid.c | 8 +- dlls/dinput/joystick_linux.c | 831 ------------------ dlls/dinput/joystick_linuxinput.c | 1276 --------------------------- dlls/dinput/joystick_osx.c | 1704 ------------------------------------- dlls/dinput/joystick_private.h | 91 -- dlls/dinput8/Makefile.in | 6 - 15 files changed, 6 insertions(+), 5856 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=adfee25b45af8160848f9...