1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-02-20 20:41:10 +01:00

vigem/doc: Minor fixes and improvements

This commit is contained in:
icex2 2021-01-02 13:15:16 +01:00
parent de0d70d808
commit 22f3845609
2 changed files with 3 additions and 1 deletions

View File

@ -9,5 +9,5 @@ References:
* [ViGEmClient](https://github.com/ViGEm/ViGEmClient)
Available ViGEm client implementations:
* [vigem-iidxio](vigem-iidxio.md): Exposes inputs provided by the iidxio API as two XBOX gamepads
* [vigem-iidxio](vigem-iidxio.md): Exposes inputs provided by the iidxio API as three XBOX gamepads
* [vigem-sdvxio](vigem-sdvxio.md): Exposes inputs provided by the sdvxio API as one XBOX gamepad

View File

@ -4,6 +4,8 @@ or `iidxio-bio2.dll`, to be exposed as three XBOX 360 game controller on Windows
Thus, it allows you to use a real cabinet with all its IO with *any* game that supports xinput.
Note: This will not work with games that require Direct Input (dinput), e.g. IIDX Infinitas.
## Setup
* Install [ViGEmBus](https://github.com/ViGEm/ViGEmBus/releases)
* Source for compiled binaries: [bemanitools-supplement](https://dev.s-ul.eu/djhackers/bemanitools-supplement)