mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
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).
5 lines
63 B
Makefile
5 lines
63 B
Makefile
MODULE = xinput9_1_0.dll
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
version.rc
|