KoKuToru / koku-xinput-wine

Adds xinput support to wine, without changing the source of wine.
BSD 2-Clause "Simplified" License
69 stars 21 forks source link

As of Wine 3.1, XINPUT_STATE_EX no longer exists #35

Closed matte3560 closed 6 years ago

matte3560 commented 6 years ago

This changes XInputGetStateEx to use XINPUT_STATE instead of XINPUT_STATE_EX, which was removed from xinput.h in Wine 3.1.

See: https://github.com/wine-mirror/wine/commit/de3591ca9803add117fbacb8abe9b335e2e44977#diff-2bd94ee2f73a16f93bda7805ff84f1e3 https://www.winehq.org/announce/3.1

This fixes issue #30

KoKuToru commented 6 years ago

Thanks for the fix