Disable hidraw
(make Dualshock/DualSense act like Xbox 360 controllers/XInput)
#4168
Labels
feature-request
New feature needs to be implemented.
Problem description
There are a few games that only support Xbox 360 controllers (e.g. Rise of the Tomb Raider) and in the past I've used the wrapper functionality to start ds360 (which in turn runs xboxdrv
--mimic-xpad
) which has always been rather ugly and something that I would've expected from my frontend to be able to do.Turns out that Wine/Proton is already capable of emulating
XInput
but only if you first disablehidraw
. I wouldn't expect the average user to know this (I've being using Wine/Proton + Heroic/Lutris for years and didn't know this) and it's usefulness to be great enough that Heroic should handle this for you.Feature description
Add a checkbox in the game config which allows you to Disable hidraw / Force XInput. Doing it manually via
regedit
is prone to errors (e.g. you might forget that you even set it) and not user friendly (if you even know that it exists to begin with).Alternatives
No response
Additional information
This is also needed for the Silent Hill 2 remake where you're unable to open your inventory while using a DualSense (touchpad is acting like left mouse click, SHARE and PSBUTTON are unmappable).
The text was updated successfully, but these errors were encountered: