Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Mar 5, 2018
1 parent 0de4028 commit ac63aba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ This is an xinput dll reimplementation compatible with DirectInput controllers.

##### Usage
- [download the latest release](https://github.com/kozec/dumbxinputemu/releases/latest)
- unpack `xinput1_3.dll` next to the game executable and start the game
- (for recent games, try copying `xinput9_1_0.dll` as well if the above doesn't work)
- if you are using WINE, don't forget to add DLL override(s) and set them to 'native'
- unpack `xinput1_3.dll` and `xinput9_1_0.dll` next to the game executable and start the game
- if you are using Wine, don't forget to add DLL override(s) and set them to 'native'
- 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_JS` and `XINPUT_IGNORE_EVDEV` environment variables.

##### Why in the...?
This is meant mainly for using a Steam Controller or XBox 360 pad with Wine.
Expand Down

0 comments on commit ac63aba

Please sign in to comment.