-
- Downloads
winexinput.sys: Introduce a new winexinput.sys driver.
Currently only acting as a pass-through driver, matching any device with a WINEBUS\WINE_COMP_XINPUT compatible id. This creates new WINEXINPUT\ bus and the gamepad PDO on it, adding the &IG_ device id suffix to the original device id (replacing an eventual &MI_ suffix), and removes the need to set it on winebus.sys side. Signed-off-by:Rémi Bernon <rbernon@codeweavers.com> Signed-off-by:
Zebediah Figura <zfigura@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
Showing
- configure 2 additions, 0 deletionsconfigure
- configure.ac 1 addition, 0 deletionsconfigure.ac
- dlls/winexinput.sys/Makefile.in 8 additions, 0 deletionsdlls/winexinput.sys/Makefile.in
- dlls/winexinput.sys/main.c 448 additions, 0 deletionsdlls/winexinput.sys/main.c
- dlls/winexinput.sys/winexinput.inf 22 additions, 0 deletionsdlls/winexinput.sys/winexinput.inf
- dlls/winexinput.sys/winexinput.rc 20 additions, 0 deletionsdlls/winexinput.sys/winexinput.rc
- dlls/winexinput.sys/winexinput.sys.spec 1 addition, 0 deletionsdlls/winexinput.sys/winexinput.sys.spec
- loader/wine.inf.in 1 addition, 0 deletionsloader/wine.inf.in
dlls/winexinput.sys/Makefile.in
0 → 100644
dlls/winexinput.sys/main.c
0 → 100644
dlls/winexinput.sys/winexinput.inf
0 → 100644
dlls/winexinput.sys/winexinput.rc
0 → 100644
dlls/winexinput.sys/winexinput.sys.spec
0 → 100644
Please register or sign in to comment