xbmc / peripheral.joystick

Kodi joystick support (drivers and button maps)
GNU General Public License v2.0
24 stars 46 forks source link

[Nexus][GCController] remove siri controller buttonmap #272

Closed fuzzard closed 1 year ago

fuzzard commented 1 year ago

There are issues with double input occuring in Kodi for siri remotes. Easiest thing i can think of for now is remove the siri button map until we remove input from core and rely on peripheral.joystick fully for ios/tvos input handling. This requires handling gestures so for now, lets just do this.

I dont actually have an appletv setup to test, but this should be safe, and should work... maybe

garbear commented 1 year ago

Maybe needs a rebase?