-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XInput (Xbox One Controller Emulation) compatibility improvements #358
Comments
Testing with Hollow Knight
|
Testing with Hollow KnightChanging the product string HidD_GetProductString returns to #define DSHIDMINI_PRODUCT_STRING L"Controller (Xbox One For Windows)" made the controller appear in HK! |
Changing the device class to |
Next subject: why is the device not recognized by Gamepad Tester. |
Funny enough it works just fine on Windows 10 Chromium Edge: Firefox also happy: Doesn't get detected by Brave on Windows 11... Oh well... According to the Chromium source code these devices should be enumerated using XInput so I wonder where these inconsistencies come from. |
Keeping notes and track of ideas regarding XInput mode problems and brainstorming about what could be done to improve compatibility up to a level where it - hopefully - could totally replace the need for Xbox 360 device emulation (which requires additional drivers and software due to restrictions of user-mode drivers).
See #114
The text was updated successfully, but these errors were encountered: