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.0.38: New stream abstraction #43

Closed garbear closed 6 years ago

garbear commented 6 years ago

This adds support for the new stream abstraction. The stream abstraction allows for both hardware rendering and zero-copy support, so a second commit implements these features. In the future, RetroPlayer will support these features also.

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