Module: wine Branch: master Commit: 8d206333fd50347cb45a8db72ecb191aa787ddb9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8d206333fd50347cb45a8db72...
Author: Arkadiusz Hiler ahiler@codeweavers.com Date: Mon Mar 8 14:36:11 2021 +0200
dinput: Implement DIPROP_APPDATA.
This fixes not working analog inputs on game controllers in Slay the Spire.
Signed-off-by: Arkadiusz Hiler ahiler@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/device.c | 73 ++++++++++++++++++++++ dlls/dinput8/tests/device.c | 147 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 220 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8d206333fd50347cb45a8...