GarlicOS / buildroot

Other
135 stars 6 forks source link

DPAD input issues on RG35XX-PLUS #8

Open jimgalion opened 7 months ago

jimgalion commented 7 months ago

quickly snapping from DPAD-RIGHT to DPAD-LEFT results in un-registered DPAD-LEFT input

snapping from DPAD-LEFT to DPAD-RIGHT does not result in the same issue

issue is not present in Anbernic's 'StockOS'

sskylar commented 4 months ago

Weirdly I'm seeing the same issue on a brand new RG35XX using the stock OS (came here looking for a fix)

Black-Seraph commented 2 months ago

The universal gamepad wrapper / mapper works with whatever data the kernel interface provides us with.

It's only there to abstract and merge split gamepad devices into a single uniform one, it does not fix hardware-specific input issues yet.