-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix(linux/inputtino): DualSense native support without Steam Input #3600
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3600 +/- ##
=======================================
Coverage 11.61% 11.61%
=======================================
Files 92 92
Lines 17333 17333
Branches 8096 8096
=======================================
Hits 2014 2014
Misses 12832 12832
Partials 2487 2487
Flags with carried forward coverage won't be shown. Click here to find out more. |
I noticed the commit of the submodule doesn't match the latest in inputtino. games-on-whales/inputtino@8065aeb...921f55e It should be 311fd2deea8743c2d87aec5274978d1523de90fa Also, seems like this is an overall improvement over the current state (according to a comment in the linked issue) so can probably merge this even if everything isn't perfect yet. |
Yeah, I've most likely initally pushed the commit when the PR was still opened in
Agreed, it shouldn't cause any more issues; worst case it doesn't fix the issue that is already present. |
If you could that would be great, otherwise dependabot will just open another PR immediately |
|
Description
This PR just updates
inputtino
to the latest in games-on-whales/inputtino#19Games tested:
Still a draft until users can confirm this actually fixes it.
I'm writing down a high level rationale behind all this for the more curious, stay tuned 😉
[EDIT]
blog posts are up:
Issues Fixed or Closed
8065aeb
to311fd2d
#3610Type of Change
.github/...
)Checklist