Alexandre Julliard pushed to branch master at wine / wine
Commits: f42b00e9 by Brendan Shanks at 2025-07-30T23:09:25+09:00 xinput1_3: Correctly handle a NULL GUID parameter in XInputGetDSoundAudioDeviceGuids().
- - - - - 870860b5 by Brendan Shanks at 2025-07-30T23:09:27+09:00 xinput9_1_0: Implement by dynamically loading and calling xinput1_4.dll.
This matches how the native DLL is implemented, and fixes Steam Input in games that use xinput9_1_0. (Steam Input hooks xinput1_{1-4} but not 9_1_0, so relies on 9_1_0 calling into 1_4).
- - - - -
4 changed files:
- dlls/xinput1_3/main.c - dlls/xinput1_3/tests/xinput.c - dlls/xinput9_1_0/Makefile.in - + dlls/xinput9_1_0/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/00f6c0460b65807bfc4dcc117a0195...