diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2016-08-25 13:28:59 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-08-30 17:53:15 -0700 |
commit | a6b3483974c0ae409c594d1c4a4e1d0d9154367d (patch) | |
tree | e4d5fa1a6b36050fb06a23dbe799ed50fda113b5 /addons/kodi.peripheral | |
parent | e6f028a9ca597e89c4345f91cb0b761390c44b21 (diff) |
[peripheral API] v1.0.24 - Store driver primitives as an array instead of a union
This also changes the behavior of the button mapping. Previously, every time
a button was mapped, the entire controller's map was sent to the add-on.
Now, only the feature being mapped is sent to the add-on. The add-on is now
responsible for resolving button map conflicts.
Diffstat (limited to 'addons/kodi.peripheral')
-rw-r--r-- | addons/kodi.peripheral/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/kodi.peripheral/addon.xml b/addons/kodi.peripheral/addon.xml index d06ce0a57b..b8aabca729 100644 --- a/addons/kodi.peripheral/addon.xml +++ b/addons/kodi.peripheral/addon.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="kodi.peripheral" version="1.0.23" provider-name="Team-Kodi"> +<addon id="kodi.peripheral" version="1.0.24" provider-name="Team-Kodi"> <backwards-compatibility abi="1.0.19"/> <requires> <import addon="xbmc.core" version="0.1.0"/> |