Game add-ons: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Line 8: Line 8:


==Libretro Cores==
==Libretro Cores==
The Game API in the [[Kodi Game|Kodi Game branch]] has a Libretro Wrapper which is 1:1 compatibility with the libretro API, so all libretro cores are valid game add-ons. Libretro itself is a well defined interface to handle the communication between a frontend (Kodi with RetroPlayer) and an Emulator Core (e.g. nestopia).
Here is a list of Libretro cores which have already been [[Porting Libretro cores to Game Add-ons|ported]] into Game Add-ons for Kodi:
{| class="prettytable sortable plainlinks"
{| class="prettytable sortable plainlinks"
! Libretro Core !! Platform !! Version !! Supports VFS !! Requires GL !! Status
! Libretro Core !! Platform !! Version !! Supports VFS !! Requires GL !! Status

Revision as of 09:23, 24 April 2015

Home icon grey.png   ▶ Kodi Game ▶ Game add-ons

Existing ported Game Add-ons available for the new Game API made available in Kodi Game branch.

Stand-alone Game Add-ons

Stand-alone games or emulators that does not use the Libretro API. Possible examples could be, Nvidia GameStream via Limelight or WINE capture could possible through the Game API.

  • ?

Libretro Cores

The Game API in the Kodi Game branch has a Libretro Wrapper which is 1:1 compatibility with the libretro API, so all libretro cores are valid game add-ons. Libretro itself is a well defined interface to handle the communication between a frontend (Kodi with RetroPlayer) and an Emulator Core (e.g. nestopia).

Here is a list of Libretro cores which have already been ported into Game Add-ons for Kodi:

See also