-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from duganchen/readme_typo
Coyp-edited README.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |