30 Oct
2021
30 Oct
'21
12:29 a.m.
Module: wine Branch: master Commit: 4e56801abda2d3160880be45010eb3f2970a814d URL: https://source.winehq.org/git/wine.git/?a=commit;h=4e56801abda2d3160880be450... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Fri Oct 29 09:40:40 2021 +0200 dinput: Rewrite and simplify user data format object matching. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dinput/device.c | 280 +++++++++---------------------------------- dlls/dinput/device_private.h | 8 -- dlls/dinput8/tests/hid.c | 5 - 3 files changed, 55 insertions(+), 238 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4e56801abda2d3160880b...