kodi-game / game.libretro

Libretro compatibility layer for the Kodi Game API
GNU General Public License v2.0
37 stars 26 forks source link

Game API v1.1.0 - Input refactoring #47

Closed garbear closed 5 years ago

garbear commented 5 years ago

This refactors some input functions of the Game API. See https://github.com/xbmc/xbmc/pull/14660 for details.

game.libretro changes are not entirely complete to support the upcoming input functionality, but they work fine with the refactoring done in https://github.com/xbmc/xbmc/pull/14660.

Requires https://github.com/xbmc/xbmc/pull/14660.

garbear commented 5 years ago

Updated game.libretro, changes are now complete for the current functionality in https://github.com/xbmc/xbmc/pull/14660.