xbmc / peripheral.joystick

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

[GCController] rename darwinembedded provider to GCController #192

Closed fuzzard closed 3 years ago

fuzzard commented 3 years ago

GCController mappings are universal to all apple devices that utilise the GCController framework (ios/tvos/osx). Rename to match peripheralbus rename in kodi

This pairs with https://github.com/xbmc/xbmc/pull/18790 in core for the more generic name of GCController for the provider

Note: the core change will be v20+, v19 will still be darwinembedded, so not sure if a straight folder rename is the correct way, or if i should duplicate the buttonmaps and keep both providers available for easier versioning of peripheral.joystick

garbear commented 3 years ago

Let's duplicate. XML is cheap and then we'll support both platforms.

fuzzard commented 3 years ago

Have updated PR to just duplicate the maps to the GCController provider