This is an xinput dll reimplementation compatible with DirectInput controllers. Think of x360ce without the configuration.
- download and extract the latest release
- copy all xinputXYZ.dll's next to the game executable and start the game
- on Wine, dumbxinputemu uses evdev and ignores jsdev devices by default. That should work with almost everything,
but you can control this behavior using
XINPUT_NO_IGNORE_JSandXINPUT_IGNORE_EVDEVenvironment variables.
- grab
mingw-w64-gccpackage or your distro equivalent containing ani686-w64-mingw32-gccbinary - navigate to the directory with
Makefile - run
make, ormake 64bitfor the 64-bit version