Skip to content

Commit

Permalink
Coyp-edited README.
Browse files Browse the repository at this point in the history
  • Loading branch information
duganchen committed Nov 19, 2017
1 parent f92238f commit a95535c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Dumb xinput Emulator
====================

xinput dll reimplementation compatibile with DirectInput controllers. Think x360ce without configuration.
This is an xinput dll reimplementation compatible with DirectInput controllers. Think of x360ce without the configuration.

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

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

##### Building
- Grab `mingw-w64-gcc` package or your distro equivalent containing `i686-w64-mingw32-gcc` binary
- navigate to directory with Makefile
- run `make` or `make 64bit` for 64bit version
- grab `mingw-w64-gcc` package or your distro equivalent containing an `i686-w64-mingw32-gcc` binary
- navigate to the directory with `Makefile`
- run `make`, or `make 64bit` for the 64-bit version

##### Credits
Based on xinput1_3.dll implementation in Wine, [wine-xinput patch by 00cpxxx](https://github.com/00cpxxx/wine-xinput) and [xfakeinput by NeonMan](https://github.com/NeonMan/xfakeinput)
Based on xinput1_3.dll implementation in Wine, [wine-xinput patch by 00cpxxx](https://github.com/00cpxxx/wine-xinput) and [xfakeinput by NeonMan](https://github.com/NeonMan/xfakeinput).

0 comments on commit a95535c

Please sign in to comment.