elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.16k stars 83 forks source link

Possible to remap buttons/axes to other buttons/axes in dinput/8? #98

Closed instinctualjealousy closed 1 year ago

instinctualjealousy commented 3 years ago

In games like Midnight Club 2, certain menu controls are hardcoded in the game and not configurable by the user. The ability to remap these hardcoded controls to better-suited buttons would be useful. This would also be useful for games with controls that are outright hardcoded with no configuration ability. XInputPlus is able to do this, but it's converting to XInput which leaves people out who are using dinput pads without some virtual controller driver.

Anyway, just want to thank you for this delightful wrapper to rule them all.

elishacloud commented 1 year ago

Thanks for the suggestion! However, I don't have any plans to do this. You could use Xidi for this, I think. Closing this issue.