Porting Libretro cores to game add-ons: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


This tutorial will show you the necessary steps to port Libretro cores into [[Game Add-ons]] on an Ubuntu Linux system for the new Game API made available in [[Kodi Game|Kodi Game branch]].
This tutorial will show you the necessary steps to port Libretro cores into [[Game Add-ons]] on an Ubuntu Linux system for the new Game API made available in [[Kodi Game|Kodi Game branch]].
* ''For how to compiling existing Game Add-ons for Kodi see [[Compiling Game Add-ons]], and for compiling Kodi Game branch itself see the [[Compiling Kodi-Game]] article''.


= Porting libretro cores to Kodi =
= Porting libretro cores to Kodi =
Line 20: Line 18:
** [[Game development]] - A guide to developing games for Kodi
** [[Game development]] - A guide to developing games for Kodi
** [[Compiling Kodi-Game|Compiling Kodi with RetroPlayer]]
** [[Compiling Kodi-Game|Compiling Kodi with RetroPlayer]]
** [[Compiling game add-ons|Compiling existing game add-ons]]


[[Category:Development]]
[[Category:Development]]
[[Category:RetroPlayer]]
[[Category:RetroPlayer]]
[[Category:Gaming]]
[[Category:Gaming]]

Latest revision as of 06:06, 18 May 2020

Home icon grey.png   ▶ Kodi Game ▶ Porting Libretro cores to game add-ons

This tutorial will show you the necessary steps to port Libretro cores into Game Add-ons on an Ubuntu Linux system for the new Game API made available in Kodi Game branch.

Porting libretro cores to Kodi


See also