Nintorch
Nintorch
That's weird, because when Calinou was testing my PR the issue seemed to be fixed: https://github.com/godotengine/godot/pull/106218#pullrequestreview-2840499941
That's good to hear :) I think the problem is actually that, for some reason, links to .NET builds for beta 2 led to beta 1 builds, but it should...
Interesting, I didn't know steering wheel controllers had vibration/force feedback :D I haven't used SDL's haptic subsystem before, but the example code looks simple enough, I think it shouldn't be...
Hello! May I ask if the issue is still reproducible in Godot 4.5?
Thank you so much for reviews! Yes, I should try to remove unused SDL code this week, I don't think it's possible to remove dummy subsystems without changing SDL's source...
So I've tried to remove even the dummy subsystems but I found out it would probably either require a significant rewrite of SDL files or (maybe) creating our own files...
I've removed unused SDL files, improved the code and made sure it works. The code should be ready for review
Thank you so much, AThousandShips and bruvzg, for your reviews! I will try to fix the code in my PR as soon as possible!
May I also ask if I should disable the instantiation of older joypad systems? I don't want to remove them just yet, but I can disable them, and if after...
I've done most of the tasks I wanted to do, I will try to do the other 2 this weekend. I haven't built or tested the code yet, because it's...