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

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
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 =
:{{Main|Libretro}}
* ? Can 'someone' with developer skills please copy instructions from http://forum.kodi.tv/showthread.php?tid=224328 to this wiki page?


== Porting libretro cores to Kodi ==
* ? Copy from http://forum.kodi.tv/showthread.php?tid=224328 ?


 
=See also=
==See also==
* [[Kodi Game|Gaming in Kodi]] - Index of game related articles
* [[Kodi Game]]
** [[Game management]] - A guide to managing game files for and in Kodi
* [[Compiling Game Add-ons]]
*** [[Game playback controls]] - A guide that describes the player controls and menus for gaming in Kodi
* [[Compiling Kodi-Game]]
*** [[Game controllers]] - Guides for configuring gamepads and jooystick controllers in Kodi
* [[Development|General Kodi Development]]
**[[Game add-ons]]
** [[Linux development]]
*** [[Porting Libretro cores to game add-ons]]
**** [[Libretro]]
** [[Game development]] - A guide to developing games for Kodi
** [[Compiling Kodi-Game|Compiling Kodi with RetroPlayer]]


[[Category:Development]]
[[Category:Development]]
[[Category:RetroPlayer]]
[[Category:RetroPlayer]]
[[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