Module: wine Branch: master Commit: 18981330c5d4d5089cbb9fc25a499075f8335ad4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=18981330c5d4d5089cbb9fc25...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Oct 13 09:21:15 2021 +0200
dinput: Factor all SetActionMap wrappers together.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/device.c | 228 +++++++++++++++++++++++-------------------- dlls/dinput/device_private.h | 4 +- dlls/dinput/joystick_hid.c | 14 +-- dlls/dinput/keyboard.c | 13 +-- dlls/dinput/mouse.c | 13 +-- 5 files changed, 128 insertions(+), 144 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=18981330c5d4d5089cbb9...