Skip to content
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

xinput1_3 proxy under wine/proton prevents all controller input #4

Open
apple1417 opened this issue May 4, 2024 · 0 comments
Open

Comments

@apple1417
Copy link
Contributor

When running under wine, usually you'd set WINEDLLOVERRIDES="xinput1_3=n,b" to force the native version of the dll to be loaded - i.e. our proxy. However, even without our dll present, just setting this env var will prevent all controller input. It seems only the builtin xinput is actually functions (which kind of makes sense, since the controllers don't exist on the windows side).

This is not strictly a bug in our code, but it would be nice if there was some way we could proxy to the builtin xinput instead when running under proton.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant