Game add-ons: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(→‎Libretro cores: Update table after addon.xml -> addon.xml.in renames)
(18 intermediate revisions by 6 users not shown)
Line 3: Line 3:
Status on ported currently existing game client addons for the new Game API made available in [[Kodi Game|Kodi Game branch]].  
Status on ported currently existing game client addons for the new Game API made available in [[Kodi Game|Kodi Game branch]].  


{{warning|These pages are maintained by the community, it only goes as far as [[w:fair use|fair use]], and this should not be considered as an endorsement for copyright infringement. The information on this page might also contain errors or be outdated. It might also contain ants, and their antsy antics. '''[[Kodi:General disclaimer|*]]''' }}
{{warning|These pages are maintained by the community, it only goes as far as [[w:fair use|fair use]], and this should not be considered as an endorsement for copyright infringement. The information on this page might also contain errors or be outdated. It might also contain ants, and their antsy antics. '''[[Official_Kodi_Wiki:General_disclaimer|*]]''' }}


__TOC__
__TOC__
==Stand-alone game add-ons==
==Lutris==
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.  
Lutris is a game manager for GNU/Linux with support for most popular emulators, Wine and Steam. It can be integrated into Kodi with [https://github.com/RobLoach/lutris-kodi-addon the Lutris-Kodi addon].


Here will be a list of existing/ongoing non-libretro games or game-platforms/systems once they have been ported into game add-ons for Kodi:
==Other stand-alone game add-ons==
* None so far ?
Stand-alone games or emulators that does not use the Libretro API.


Here will be a list of existing/ongoing and future/upcoming project for making new stand-alone game add-ons for Kodi:  
Here will be a list of existing/ongoing and future/upcoming project for making new stand-alone game add-ons for Kodi:  
* Project discussion: "NVIDIA Gamestream in Kodi" http://forum.kodi.tv/showthread.php?tid=220421  
* Project discussion: "NVIDIA Gamestream in Kodi" http://forum.kodi.tv/showthread.php?tid=220421  
* Proposal: NVIDIA GameStream http://forum.kodi.tv/showthread.php?tid=220965
* Proposal: NVIDIA GameStream http://forum.kodi.tv/showthread.php?tid=220965
* GitHub repo: https://github.com/kodi-game/game.moonlight


==Libretro cores==
==Libretro cores==
:{{Main|Libretro|Porting Libretro cores to game add-ons}}
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).  
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, of which most already have been [[Porting Libretro cores to game add-ons|ported]] into game add-ons for Kodi, at least as an initial port, (you can see the status of each libretro core in the table below):
Here is a list of Libretro cores, of which most already have been [[Porting Libretro cores to game add-ons|ported]] into game add-ons for Kodi, at least as an initial port, (you can see the status of each libretro core in the table below):
<!-- For http://kodi.wiki/index.php?title=Game_add-ons -->


{| class="prettytable sortable plainlinks"
{| class="prettytable sortable plainlinks"
Line 26: Line 30:
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.2048/blob/master/game.libretro.2048/addon.xml.in 2048]
| Name= [https://github.com/kodi-game/game.libretro.2048/blob/master/game.libretro.2048/addon.xml.in 2048]
| Platform= Web app
| Platform= 2048 Game Clone
| Version= 1.0
| Version= 1.0.0.119
| License= {{yes|Public domain}}
| License= {{yes|Public Domain}}
| Supports VFS= {{yes|Standalone}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.4do/blob/master/game.libretro.4do/addon.xml.in 4DO]
| Name= [https://github.com/kodi-game/game.libretro.3dengine/blob/master/game.libretro.3dengine/addon.xml.in Test Core - 3D Engine]
| Platform= 3DO
| Platform= 3D Engine
| Version= 1.3.2.3
| Version= 1.0.0.4
| License= {{yes|LGPL}}
| License= {{partial|GPLv3}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{yes|yes}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.81/blob/master/game.libretro.81/addon.xml.in Sinclair - ZX 81 (EightyOne)]
| Platform= ZX81
| Version= 1.0.0.7
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.atari800/blob/master/game.libretro.atari800/addon.xml.in Atari - 5200 (Atari800)]
| Platform= Atari 5200
| Version= 3.1.0.11
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Port in progress}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-bsnes/blob/master/game.libretro.beetle-bsnes/addon.xml.in Beetle bSNES]
| Name= [https://github.com/kodi-game/game.libretro.beetle-bsnes/blob/master/game.libretro.beetle-bsnes/addon.xml.in Nintendo - SNES / SFC (Beetle bsnes)]
| Platform= SNES (Super Nintendo)
| Platform= Super Nintendo Entertainment System
| Version= 0.9.26
| Version= 0.9.26.12
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-gba/blob/master/game.libretro.beetle-gba/addon.xml.in Beetle GBA]
| Name= [https://github.com/kodi-game/game.libretro.beetle-gba/blob/master/game.libretro.beetle-gba/addon.xml.in Nintendo - Game Boy Advance (Beetle GBA)]
| Platform= Game Boy Advance
| Platform= Game Boy Advance
| Version= 0.9.36
| Version= 0.9.36.12
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{no}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-lynx/blob/master/game.libretro.beetle-lynx/addon.xml.in Beetle Lynx]
| Name= [https://github.com/kodi-game/game.libretro.beetle-lynx/blob/master/game.libretro.beetle-lynx/addon.xml.in Atari - Lynx (Beetle Lynx)]
| Platform= Atari Lynx
| Platform= Lynx
| Version= 0.9.32
| Version= 1.24.0.19
| License= {{yes|GPL v2}}
| License= {{yes|Zlib, GPLv2}}
| Supports VFS= {{no}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-ngp/blob/master/game.libretro.beetle-ngp/addon.xml.in Beetle NGP]
| Name= [https://github.com/kodi-game/game.libretro.beetle-ngp/blob/master/game.libretro.beetle-ngp/addon.xml.in SNK - Neo Geo Pocket / Color (Beetle NeoPop)]
| Platform= Neo Geo Pocket
| Platform= Neo Geo Pocket (Color)
| Version= 0.9.36
| Version= 0.9.36.16
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{no}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-pce-fast/blob/master/game.libretro.beetle-pce-fast/addon.xml.in Beetle PC Engine Fast]
| Name= [https://github.com/kodi-game/game.libretro.beetle-pce-fast/blob/master/game.libretro.beetle-pce-fast/addon.xml.in NEC - PC Engine / CD (Beetle PCE FAST)]
| Platform= TurboGrafx-16 / PC Engine
| Platform= PC Engine/PCE-CD
| Version= 0.9.36
| Version= 0.9.38.20
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux and OSX}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-psx/blob/master/game.libretro.beetle-psx/addon.xml.in Beetle PSX]
| Name= [https://github.com/kodi-game/game.libretro.beetle-pcfx/blob/master/game.libretro.beetle-pcfx/addon.xml.in NEC - PC-FX (Beetle PC-FX)]
| Platform= PC-FX
| Version= 0.9.36.17
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-psx/blob/master/game.libretro.beetle-psx/addon.xml.in Sony - PlayStation (Beetle PSX)]
| Platform= PlayStation
| Platform= PlayStation
| Version= 0.9.38
| Version= 0.9.44.24
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-saturn/blob/master/game.libretro.beetle-saturn/addon.xml.in Sega - Saturn (Beetle Saturn)]
| Platform= Saturn
| Version= 1.22.2.20
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-supergrafx/blob/master/game.libretro.beetle-supergrafx/addon.xml.in NEC - PC Engine SuperGrafx (Beetle SuperGrafx)]
| Platform= PC Engine SuperGrafx
| Version= 1.23.0.17
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-vb/blob/master/game.libretro.beetle-vb/addon.xml.in Nintendo - Virtual Boy (Beetle VB)]
| Platform= Virtual Boy
| Version= 0.9.36.16
| License= {{yes|GPLv2}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.beetle-wswan/blob/master/game.libretro.beetle-wswan/addon.xml.in Bandai - WonderSwan/Color (Beetle Cygne)]
| Platform= WonderSwan/Color
| Version= 0.9.35.18
| License= {{yes|GPLv2}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bk/blob/master/game.libretro.bk/addon.xml.in Elektronika - BK-0010/BK-0011(M)]
| Platform= BK-0010/BK-0011(M)
| Version= 1.0.0.7
| License= {{yes|BSD}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.blastem/blob/master/game.libretro.blastem/addon.xml.in Sega - Mega Drive - Genesis (BlastEm)]
| Platform= Sega Genesis
| Version= 0.6.3.11
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bluemsx/blob/master/game.libretro.bluemsx/addon.xml.in MSX/SVI/ColecoVision/SG-1000 (blueMSX)]
| Platform= MSX/SVI/ColecoVision/SG-1000
| Version= 0.0.1.18
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bnes/blob/master/game.libretro.bnes/addon.xml.in Nintendo - NES / Famicom (bnes)]
| Platform= Nintendo Entertainment System
| Version= 0.83.0.13
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.boom3/blob/master/game.libretro.boom3/addon.xml.in Doom 3 (boom3)]
| Platform= Doom 3 Game Engine
| Version= 1.5.0.7
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{yes|yes}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bsnes-mercury-accuracy/blob/master/game.libretro.bsnes-mercury-accuracy/addon.xml.in Nintendo - SNES / SFC (bsnes-mercury Accuracy)]
| Platform= Super Nintendo Entertainment System
| Version= 0.94.0.14
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bsnes-mercury-balanced/blob/master/game.libretro.bsnes-mercury-balanced/addon.xml.in Nintendo - SNES / SFC (bsnes-mercury Balanced)]
| Platform= Super Nintendo Entertainment System
| Version= 0.94.0.14
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bsnes-mercury-performance/blob/master/game.libretro.bsnes-mercury-performance/addon.xml.in Nintendo - SNES / SFC (bsnes-mercury Performance)]
| Platform= Super Nintendo Entertainment System
| Version= 0.94.0.15
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bsnes2014-accuracy/blob/master/game.libretro.bsnes2014-accuracy/addon.xml.in Nintendo - SNES / SFC (bsnes 2014 Accuracy)]
| Platform= Super Nintendo Entertainment System
| Version= 0.94.0.2
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bsnes2014-balanced/blob/master/game.libretro.bsnes2014-balanced/addon.xml.in Nintendo - SNES / SFC (bsnes 2014 Balanced)]
| Platform= Super Nintendo Entertainment System
| Version= 0.94.0.2
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bsnes2014-performance/blob/master/game.libretro.bsnes2014-performance/addon.xml.in Nintendo - SNES / SFC (bsnes 2014 Performance)]
| Platform= Super Nintendo Entertainment System
| Version= 0.94.0.2
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.cannonball/blob/master/game.libretro.cannonball/addon.xml.in Cannonball]
| Platform= Outrun Game Engine
| Version= 0.0.1.8
| License= {{no|Non-commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.cap32/blob/master/game.libretro.cap32/addon.xml.in Amstrad - CPC (Caprice32)]
| Platform= CPC
| Version= 4.5.0.13
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.chailove/blob/master/game.libretro.chailove/addon.xml.in ChaiLove]
| Platform= ChaiLove
| Version= 1.1.0.7
| License= {{yes|MIT}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.craft/blob/master/game.libretro.craft/addon.xml.in Minecraft (Craft)]
| Platform= Minecraft Game Clone
| Version= 0.0.1.6
| License= {{yes|MIT}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{yes|yes}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.crocods/blob/master/game.libretro.crocods/addon.xml.in Amstrad - CPC (CrocoDS)]
| Platform= CPC
| Version= 0.0.1.9
| License= {{yes|MIT}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.daphne/blob/master/game.libretro.daphne/addon.xml.in Arcade (Daphne)]
| Platform= Arcade (various)
| Version= 0.0.1.4
| License= {{yes|GPLv2+}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.desmume/blob/master/game.libretro.desmume/addon.xml.in Nintendo - DS (DeSmuME)]
| Platform= DS
| Version= 0.0.1.12
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{yes|yes}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.desmume2015/blob/master/game.libretro.desmume2015/addon.xml.in Nintendo - DS (DeSmuME 2015)]
| Platform= DS
| Version= 0.0.1.5
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.dinothawr/blob/master/game.libretro.dinothawr/addon.xml.in Dinothawr]
| Platform= Dinothawr Game Engine
| Version= 1.0.0.14
| License= {{no|Non-commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.dosbox/blob/master/game.libretro.dosbox/addon.xml.in DOS (DOSBox)]
| Platform= DOS
| Version= 0.74.0.9
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.dosbox-core/blob/master/game.libretro.dosbox-core/addon.xml.in DOS (DOSBox-core)]
| Platform= DOS
| Version= 4450.0.0.2
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.dosbox-pure/blob/master/game.libretro.dosbox-pure/addon.xml.in DOS (DOSBox-Pure)]
| Platform= DOS
| Version= 0.13.0.3
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.ecwolf/blob/master/game.libretro.ecwolf/addon.xml.in Wolfenstein 3D (ECWolf)]
| Platform= Wolfenstein 3D Game Engine
| Version= 0.01.0.7
| License= {{yes|BSD, LGPL}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.fbalpha2012/blob/master/game.libretro.fbalpha2012/addon.xml.in Arcade (FB Alpha 2012)]
| Platform= Arcade (various)
| Version= 0.2.97.15
| License= {{no|Non-commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux and OSX}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bluemsx/blob/master/game.libretro.bluemsx/addon.xml.in BlueMSX]
| Name= [https://github.com/kodi-game/game.libretro.fbalpha2012-cps1/blob/master/game.libretro.fbalpha2012-cps1/addon.xml.in Arcade (FB Alpha 2012 CPS-1)]
| Platform= CP System I
| Version= 0.2.97.1
| License= {{no|Non-commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.fbalpha2012-cps2/blob/master/game.libretro.fbalpha2012-cps2/addon.xml.in Arcade (FB Alpha 2012 CPS-2)]
| Platform= CP System II
| Version= 0.2.97.1
| License= {{no|Non-commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.fbalpha2012-cps3/blob/master/game.libretro.fbalpha2012-cps3/addon.xml.in Arcade (FB Alpha 2012 CPS-3)]
| Platform= CP System III
| Version= 0.2.97.1
| License= {{no|Non-commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.fbalpha2012-neogeo/blob/master/game.libretro.fbalpha2012-neogeo/addon.xml.in Arcade (FB Alpha 2012 Neo Geo)]
| Platform= Neo Geo
| Version= 0.2.97.1
| License= {{no|Non-commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.fbneo/blob/master/game.libretro.fbneo/addon.xml.in Arcade (FinalBurn Neo)]
| Platform= Arcade (various)
| Version= 1.0.0.36
| License= {{no|Non-commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.fceumm/blob/master/game.libretro.fceumm/addon.xml.in Nintendo - NES / Famicom (FCEUmm)]
| Platform= Nintendo Entertainment System
| Version= 0.0.1.27
| License= {{yes|GPLv2}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.flycast/blob/master/game.libretro.flycast/addon.xml.in Sega - Dreamcast/NAOMI (Flycast)]
| Platform= Sega Dreamcast
| Version= 0.1.0.32
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{yes|yes}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.fmsx/blob/master/game.libretro.fmsx/addon.xml.in Microsoft - MSX (fMSX)]
| Platform= MSX
| Platform= MSX
| Version= 2.9.2
| Version= 4.9.0.15
| License= {{yes|GPL v2}}
| License= {{no|Non-commercial}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.freechaf/blob/master/game.libretro.freechaf/addon.xml.in Fairchild ChannelF (FreeChaF)]
| Platform= FreeChaF
| Version= 1.0.0.7
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bnes/blob/master/game.libretro.bnes/addon.xml.in bNES]
| Name= [https://github.com/kodi-game/game.libretro.freeintv/blob/master/game.libretro.freeintv/addon.xml.in Mattel - Intellivision (FreeIntv)]
| Platform= NES (Nintendo Entertainment System)
| Platform= Intellivision
| Version= 0.83
| Version= 1.1.0.7
| License= {{partial|GPL v3}}
| License= {{partial|GPLv3}}
| Supports VFS= {{yes}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|game.libretro needs single-frame audio support}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bsnes-mercury-accuracy/blob/master/game.libretro.bsnes-mercury-accuracy/addon.xml.in bSNES Mercury "Accuracy"]
| Name= [https://github.com/kodi-game/game.libretro.frodo/blob/master/game.libretro.frodo/addon.xml.in Commodore - C64 (Frodo)]
| Platform= SNES (Super Nintendo)
| Platform= C64
| Version= 0.94
| Version= 0.0.1.7
| License= {{partial|GPL v3}}
| License= {{yes|GPLv2}}
| Supports VFS= {{yes}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux and OSX}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bsnes-mercury-balanced/blob/master/game.libretro.bsnes-mercury-balanced/addon.xml.in bSNES Mercury "Balanced"]
| Name= [https://github.com/kodi-game/game.libretro.fuse/blob/master/game.libretro.fuse/addon.xml.in Sinclair - ZX Spectrum (Fuse)]
| Platform= SNES (Super Nintendo)
| Platform= ZX Spectrum (various)
| Version= 0.94
| Version= 1.6.0.14
| License= {{partial|GPL v3}}
| License= {{partial|GPLv3}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux and OSX}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.bsnes-mercury-performance/blob/master/game.libretro.bsnes-mercury-performance/addon.xml.in bSNES Mercury "Performance"]
| Name= [https://github.com/kodi-game/game.libretro.gambatte/blob/master/game.libretro.gambatte/addon.xml.in Nintendo - Game Boy / Color (Gambatte)]
| Platform= SNES (Super Nintendo)
| Platform= Game Boy/Game Boy Color
| Version= 0.94
| Version= 0.5.0.19
| License= {{partial|GPL v3}}
| License= {{yes|GPLv2}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux and OSX}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.desmume/blob/master/game.libretro.desmume/addon.xml.in Desmume]
| Name= [https://github.com/kodi-game/game.libretro.genplus/blob/master/game.libretro.genplus/addon.xml.in Sega - MS/GG/MD/CD (Genesis Plus GX)]
| Platform= Nintendo DS
| Platform= Sega 8/16-bit (Various)
| Version= 0.9.9
| Version= 1.7.4.20
| License= {{yes|GPL v2}}
| License= {{no|Non-commercial}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.genplus-wide/blob/master/game.libretro.genplus-wide/addon.xml.in Sega - MS/GG/MD/CD (Genesis Plus GX Wide)]
| Platform= Sega 8/16-bit (Various)
| Version= 1.7.4.1
| License= {{no|Non-commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.gong/blob/master/game.libretro.gong/addon.xml.in Gong]
| Platform= Pong Game Clone
| Version= 1.0.0.1
| License= {{yes|Public Domain}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.gpsp/blob/master/game.libretro.gpsp/addon.xml.in Nintendo - Game Boy Advance (gpSP)]
| Platform= Game Boy Advance
| Version= 0.91.0.12
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.gw/blob/master/game.libretro.gw/addon.xml.in Handheld Electronic (GW)]
| Platform= Handheld Electronic
| Version= 1.6.3.10
| License= {{yes|zlib}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.handy/blob/master/game.libretro.handy/addon.xml.in Atari - Lynx (Handy)]
| Platform= Lynx
| Version= 0.97.0.16
| License= {{yes|Zlib}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.hatari/blob/master/game.libretro.hatari/addon.xml.in Atari - ST/STE/TT/Falcon (Hatari)]
| Platform= Atari ST/STE/TT/Falcon
| Version= 1.8.0.16
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.hbmame/blob/master/game.libretro.hbmame/addon.xml.in Arcade (HBMAME)]
| Platform= Arcade (various)
| Version= 0.220.0.2
| License= {{yes|GPLv2+}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Port in progress}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.dosbox/blob/master/game.libretro.dosbox/addon.xml.in DOSBox]
| Name= [https://github.com/kodi-game/game.libretro.lutro/blob/master/game.libretro.lutro/addon.xml.in Lua Engine (Lutro)]
| Platform= Game engine (MS-DOS on x86 PC emulator)
| Platform= Lutro
| Version= 0.74
| Version= 0.0.1.12
| License= {{yes|GPL v2}}
| License= {{yes|MIT}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux and OSX}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.fba/blob/master/game.libretro.fba/addon.xml.in Final Burn Alpha (FBA)]
| Name= [https://github.com/kodi-game/game.libretro.mame/blob/master/game.libretro.mame/addon.xml.in Arcade (MAME - Current)]
| Platform= Arcade
| Platform= Arcade (various)
| Version= 0.2.97.28
| Version= 0.230.0.9
| License= {{partial|[https://github.com/libretro/fba-libretro/blob/master/docs/COPYING Freeware]}}
| License= {{yes|GPLv2+}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Port in progress}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.fceumm/blob/master/game.libretro.fceumm/addon.xml.in FCEUmm]
| Name= [https://github.com/kodi-game/game.libretro.mame2000/blob/master/game.libretro.mame2000/addon.xml.in Arcade (MAME 2000)]
| Platform= NES (Nintendo Entertainment System)
| Platform= Arcade (various)
| Version= 98.13mm
| Version= 0.37.0.14
| License= {{yes|GPL v2}}
| License= {{yes|MAME}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.gambatte/blob/master/game.libretro.gambatte/addon.xml.in Gambatte]
| Name= [https://github.com/kodi-game/game.libretro.mame2003/blob/master/game.libretro.mame2003/addon.xml.in Arcade (MAME 2003)]
| Platform= Game Boy Classic / Color
| Platform= Arcade (various)
| Version= 0.5.0
| Version= 0.78.0.31
| License= {{yes|GPL v2}}
| License= {{yes|MAME}}
| Supports VFS= {{yes}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.genplus/blob/master/game.libretro.genplus/addon.xml.in Genesis Plus GX]
| Name= [https://github.com/kodi-game/game.libretro.mame2003_midway/blob/master/game.libretro.mame2003_midway/addon.xml.in Arcade (MAME 2003 Midway)]
| Platform= Sega 8-bit & 16-bit
| Platform= Arcade (various)
| Version= 1.7.4
| Version= 0.78.0.5
| License= {{yes|Modified BSD / LGPL v2.1}}
| License= {{yes|MAME}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.handy/blob/master/game.libretro.handy/addon.xml.in Handy]
| Name= [https://github.com/kodi-game/game.libretro.mame2003_plus/blob/master/game.libretro.mame2003_plus/addon.xml.in Arcade (MAME 2003-Plus)]
| Platform= Atari Lynx
| Platform= Arcade (various)
| Version= 0.95
| Version= 0.0.1.43
| License= {{yes|zlib}}
| License= {{yes|MAME Noncommercial}}
| Supports VFS= {{yes}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.mame/blob/master/game.libretro.mame/addon.xml.in MAME]
| Name= [https://github.com/kodi-game/game.libretro.mame2010/blob/master/game.libretro.mame2010/addon.xml.in Arcade (MAME 2010)]
| Platform= Arcade
| Platform= Arcade (various)
| Version= 0.166
| Version= 0.139.0.11
| License= {{yes|Modified BSD / GPL v2}}
| License= {{yes|MAME}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux and OSX}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= MAME 2000
| Name= [https://github.com/kodi-game/game.libretro.mame2015/blob/master/game.libretro.mame2015/addon.xml.in Arcade (MAME 2015)]
| Platform= Arcade
| Platform= Arcade (various)
| Version= 0.37b5
| Version= 0.160.0.8
| License= {{yes|Modified BSD / GPL v2}}
| License= {{yes|MAME}}
| Supports VFS= ?
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= MAME 2003
| Name= [https://github.com/kodi-game/game.libretro.mame2016/blob/master/game.libretro.mame2016/addon.xml.in Arcade (MAME 2016)]
| Platform= Arcade
| Platform= Arcade (various)
| Version= 0.78
| Version= 0.174.0.6
| License= {{yes|Modified BSD / GPL v2}}
| License= {{yes|GPLv2+}}
| Supports VFS= ?
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= MAME 2010
| Name= [https://github.com/kodi-game/game.libretro.melonds/blob/master/game.libretro.melonds/addon.xml.in Nintendo - DS (melonDS)]
| Platform= Arcade
| Platform= Nintendo DS
| Version= 0.139
| Version= 0.9.1.16
| License= {{yes|Modified BSD / GPL v2}}
| License= {{partial|GPLv3}}
| Supports VFS= ?
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{yes|yes}}
| Status= {{partial|Included in linux}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= MAME 2014
| Name= [https://github.com/kodi-game/game.libretro.meowpc98/blob/master/game.libretro.meowpc98/addon.xml.in NEC - PC-98 (Neko Project II)]
| Platform= Arcade
| Platform= PC-98
| Version= 0.159
| Version= 0.86.0.5
| License= {{yes|Modified BSD / GPL v2}}
| License= {{yes|MIT}}
| Supports VFS= ?
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= Mednafen VB
| Name= [https://github.com/kodi-game/game.libretro.mesen/blob/master/game.libretro.mesen/addon.xml.in Nintendo - NES / Famicom (Mesen)]
| Platform= Virtual Boy
| Platform= Nintendo Entertainment System
| Version= 0.9.28
| Version= 0.9.9.14
| License= {{yes|GPL v2}}
| License= {{partial|GPLv3}}
| Supports VFS= ?
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{no|None}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= Mednafen Wonderswan (Cygne)
| Name= [https://github.com/kodi-game/game.libretro.mesen-s/blob/master/game.libretro.mesen-s/addon.xml.in Nintendo - SNES / SFC / Game Boy / Color (Mesen-S)]
| Platform= WonderSwan Color
| Platform= Super Nintendo Entertainment System / Game Boy / Game Boy Color
| Version= 0.9.28
| Version= 0.4.0.1
| License= {{yes|GPL v2}}
| License= {{partial|GPLv3}}
| Supports VFS= ?
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{no|None}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.meteor/blob/master/game.libretro.meteor/addon.xml.in Meteor]
| Name= [https://github.com/kodi-game/game.libretro.meteor/blob/master/game.libretro.meteor/addon.xml.in Nintendo - Game Boy Advance (Meteor)]
| Platform= Game Boy Advance
| Platform= Game Boy Advance
| Version= 1.4
| Version= 1.4.0.9
| License= {{partial|GPL v3}}
| License= {{partial|GPLv3}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.mgba/blob/master/game.libretro.mgba/addon.xml.in Nintendo - Game Boy Advance (mGBA)]
| Platform= Game Boy/Game Boy Color/Game Boy Advance
| Version= 0.0.1.21
| License= {{yes|MPLv2.0}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.mrboom/blob/master/game.libretro.mrboom/addon.xml.in Mr.Boom (Bomberman)]
| Platform= Mr.Boom
| Version= 5.2.0.128
| License= {{yes|MIT}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.mu/blob/master/game.libretro.mu/addon.xml.in Palm OS (Mu)]
| Platform= Palm OS
| Version= 1.2.0.6
| License= {{no|Non-commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.mupen64plus-nx/blob/master/game.libretro.mupen64plus-nx/addon.xml.in Nintendo - Nintendo 64 (Mupen64Plus-Next)]
| Platform= Nintendo 64
| Version= 2.1.0.13
| License= {{yes|GPLv2}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{yes|yes}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.neocd/blob/master/game.libretro.neocd/addon.xml.in SNK - Neo Geo CD (NeoCD)]
| Platform= SNK Neo Geo CD
| Version= 20.21.0.1
| License= {{yes|LGPLv3}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.nestopia/blob/master/game.libretro.nestopia/addon.xml.in Nintendo - NES / Famicom (Nestopia UE)]
| Platform= Nintendo Entertainment System
| Version= 1.51.0.15
| License= {{yes|GPLv2}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.mgba/blob/master/game.libretro.mgba/addon.xml.in mGBA]
| Name= [https://github.com/kodi-game/game.libretro.nx/blob/master/game.libretro.nx/addon.xml.in Cave Story (NXEngine)]
| Platform= Game Boy Advance
| Platform= Cave Story Game Engine
| Version= 0.2.0
| Version= 1.0.0.16
| License= {{partial|MPL 2.0}}
| License= {{partial|GPLv3}}
| Supports VFS= {{yes}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.o2em/blob/master/game.libretro.o2em/addon.xml.in Magnavox - Odyssey2 / Phillips Videopac+ (O2EM)]
| Platform= Magnavox Odyssey2 / Phillips Videopac+
| Version= 1.18.0.17
| License= {{yes|Artistic License}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.oberon/blob/master/game.libretro.oberon/addon.xml.in Oberon RISC Emulator]
| Platform= Oberon RISC machine
| Version= 0.0.1.3
| License= {{yes|ISC}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.openlara/blob/master/game.libretro.openlara/addon.xml.in Tomb Raider (OpenLara)]
| Platform= Classic Tomb Raider engine
| Version= 1.0.0.3
| License= {{yes|2-clause BSD}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{yes|yes}}
| Status= {{partial|Included in linux and OSX}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.mupen64plus/blob/master/game.libretro.mupen64plus/addon.xml.in Mupen64 Plus]
| Name= [https://github.com/kodi-game/game.libretro.opera/blob/master/game.libretro.opera/addon.xml.in The 3DO Company - 3DO (Opera)]
| Platform= N64 (Nintendo 64)
| Platform= 3DO
| Version= 2.0-rc2
| Version= 1.0.0.18
| License= {{yes|GPL v2}}
| License= {{yes|LGPL/Non-commercial}}
| Supports VFS= {{yes}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{yes}}
| Requires GL= {{no|no}}
| Status= {{partial|Under development: http://forum.kodi.tv/showthread.php?tid=205571}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.nestopia/blob/master/game.libretro.nestopia/addon.xml.in NEStopia]
| Name= [https://github.com/kodi-game/game.libretro.parallel_n64/blob/master/game.libretro.parallel_n64/addon.xml.in Nintendo - Nintendo 64 (ParaLLEl N64)]
| Platform= NES (Nintendo Entertainment System)
| Platform= Nintendo 64
| Version= 1.46.0
| Version= 2.0.0.14
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{yes|yes}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.nx/blob/master/game.libretro.nx/addon.xml.in NXEngine]
| Name= [https://github.com/kodi-game/game.libretro.parallext/blob/master/game.libretro.parallext/addon.xml.in Nintendo - Nintendo 64 (ParaLLEl N64)]
| Platform= Game engine (Cave Story)
| Platform= Nintendo 64
| Version= 1.0.0.4
| Version= 2.0.0.2
| License= {{partial|GPL v3}}
| License= {{yes|GPLv2}}
| Supports VFS= {{no}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{yes|yes}}
| Status= {{partial|In progress}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.picodrive/blob/master/game.libretro.picodrive/addon.xml.in Picodrive]
| Name= [https://github.com/kodi-game/game.libretro.pcem/blob/master/game.libretro.pcem/addon.xml.in PC (PCem)]
| Platform= Sega 8-bit, 16-bit, & 32X
| Platform= PC
| Version= 1.80
| Version= 12.0.0.5
| License= {{partial|[https://github.com/libretro/picodrive/blob/master/COPYING Non-commercial]}}
| License= {{yes|GPLv2}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.pcsx-rearmed/blob/master/game.libretro.pcsx-rearmed/addon.xml.in PCSX ReARMed]
| Name= [https://github.com/kodi-game/game.libretro.pcsx-rearmed/blob/master/game.libretro.pcsx-rearmed/addon.xml.in Sony - PlayStation (PCSX ReARMed)]
| Platform= PlayStation
| Platform= PlayStation
| Version= r19
| Version= 22.0.0.23
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{yes}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.picodrive/blob/master/game.libretro.picodrive/addon.xml.in Sega - MS/MD/CD/32X (PicoDrive)]
| Platform= Sega 8/16-bit + 32X (Various)
| Version= 1.98.0.22
| License= {{yes|MAME}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.pocketcdg/blob/master/game.libretro.pocketcdg/addon.xml.in PocketCDG]
| Platform= Music
| Version= 0.0.1.7
| License= {{yes|MIT}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux and OSX}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= PocketSNES (SNES9x fork)
| Name= [https://github.com/kodi-game/game.libretro.pokemini/blob/master/game.libretro.pokemini/addon.xml.in Nintendo - Pokemon Mini (PokeMini)]
| Platform= SNES (Super Nintendo)
| Platform= Pokemon Mini
| Version= ?
| Version= 0.60.0.17
| License= {{no|[https://github.com/snes9xgit/snes9x/blob/master/docs/gpl-2.0.txt GPL v2] & [https://github.com/snes9xgit/snes9x/blob/master/docs/snes9x-license.txt Non-commercial]}}
| License= {{partial|GPLv3}}
| Supports VFS= ?
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.prboom/blob/master/game.libretro.prboom/addon.xml.in Prboom]
| Name= [https://github.com/kodi-game/game.libretro.potator/blob/master/game.libretro.potator/addon.xml.in Watara - Supervision (Potator)]
| Platform= Game engine (Doom 1/2/Final/Ultimate)
| Platform= Supervision
| Version= 2.0.5
| Version= 1.0.5.1
| License= {{yes|GPL v2}}
| License= {{yes|Public Domain}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|In progress}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= PPSSPP
| Name= [https://github.com/kodi-game/game.libretro.ppsspp/blob/master/game.libretro.ppsspp/addon.xml.in Sony - PlayStation Portable (PPSSPP)]
| Platform= PlayStation Portable (PSP)
| Platform= PSP
| Version= 1.0.1
| Version= 0.0.1.3
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= ?
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{yes|yes}}
| Status= {{partial|Included in linux}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.quicknes/blob/master/game.libretro.quicknes/addon.xml.in QuickNES]
| Name= [https://github.com/kodi-game/game.libretro.prboom/blob/master/game.libretro.prboom/addon.xml.in Doom (PrBoom)]
| Platform= NES (Nintendo Entertainment System)
| Platform= DOOM Game Engine
| Version= 1
| Version= 2.5.0.20
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{yes}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.reicast/blob/master/game.libretro.reicast/addon.xml.in Reicast]
| Name= [https://github.com/kodi-game/game.libretro.prosystem/blob/master/game.libretro.prosystem/addon.xml.in Atari - 7800 (ProSystem)]
| Platform= Sega Dreamcast
| Platform= Atari 7800
| Version= ?
| Version= 1.3.0.16
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= ?
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.px68k/blob/master/game.libretro.px68k/addon.xml.in Sharp - X68000 (PX68k)]
| Platform= Sharp X68000
| Version= 0.15.0.6
| License= {{yes|Custom Non-Commercial}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.quasi88/blob/master/game.libretro.quasi88/addon.xml.in NEC - PC-8000 / PC-8800 series (QUASI88)]
| Platform= PC-8000 / PC-8800 series
| Version= 0.6.4.9
| License= {{yes|BSD 3-Clause and MAME non-commercial}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.quicknes/blob/master/game.libretro.quicknes/addon.xml.in Nintendo - NES / Famicom (QuickNES)]
| Platform= Nintendo Entertainment System
| Version= 1.0.0.19
| License= {{yes|LGPLv2.1+}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.race/blob/master/game.libretro.race/addon.xml.in SNK - Neo Geo Pocket / Color (RACE)]
| Platform= Neo Geo Pocket (Color)
| Version= 2.16.0.9
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.reminiscence/blob/master/game.libretro.reminiscence/addon.xml.in Flashback (REminiscence)]
| Platform= Flashback Game Engine
| Version= 0.3.6.6
| License= {{partial|GPLv3}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.remotejoy/blob/master/game.libretro.remotejoy/addon.xml.in PSP RemotePlay (RemoteJoy)]
| Platform=
| Version= 1.0.0.2
| License= {{yes|GPLv2}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.sameboy/blob/master/game.libretro.sameboy/addon.xml.in Nintendo - Game Boy / Color (SameBoy)]
| Platform= Game Boy/Game Boy Color
| Version= 0.14.2.18
| License= {{yes|MIT}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Included in linux (x86_64)}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.scummvm/blob/master/game.libretro.scummvm/addon.xml.in ScummVM]
| Name= [https://github.com/kodi-game/game.libretro.scummvm/blob/master/game.libretro.scummvm/addon.xml.in ScummVM]
| Platform= Game engine (various SCUMM games & more)
| Platform= Game engine
| Version= 1.6.0
| Version= 2.1.1.13
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{yes}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.smsplus-gx/blob/master/game.libretro.smsplus-gx/addon.xml.in Sega - MS/GG (SMS Plus GX)]
| Platform= Sega 8-bit
| Version= 1.8.0.9
| License= {{yes|GPLv2}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Port in progress}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.snes9x/blob/master/game.libretro.snes9x/addon.xml.in SNES9x]
| Name= [https://github.com/kodi-game/game.libretro.snes9x/blob/master/game.libretro.snes9x/addon.xml.in Nintendo - SNES / SFC (Snes9x - Current)]
| Platform= SNES (Super Nintendo)
| Platform= Super Nintendo Entertainment System
| Version= 1.53
| Version= 1.60.0.19
| License= {{no|[https://github.com/snes9xgit/snes9x/blob/master/docs/gpl-2.0.txt GPL v2] & [https://github.com/snes9xgit/snes9x/blob/master/docs/snes9x-license.txt Non-commercial]}}
| License= {{no|Non-commercial}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.snes9x-next/blob/master/game.libretro.snes9x-next/addon.xml.in SNES9x Next]
| Name= [https://github.com/kodi-game/game.libretro.snes9x2002/blob/master/game.libretro.snes9x2002/addon.xml.in Nintendo - SNES / SFC (Snes9x 2002)]
| Platform= SNES (Super Nintendo)
| Platform= Super Nintendo Entertainment System
| Version= 1.52.4
| Version= 7.2.0.17
| License= {{no|[https://github.com/libretro/snes9x-next/blob/master/docs/gpl-2.0.txt GPL v2] & [https://github.com/libretro/snes9x-next/blob/master/docs/snes9x-license.txt Non-commercial]}}
| License= {{no|Non-commercial}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.stella/blob/master/game.libretro.stella/addon.xml.in Stella]
| Name= [https://github.com/kodi-game/game.libretro.snes9x2010/blob/master/game.libretro.snes9x2010/addon.xml.in Nintendo - SNES / SFC (Snes9x 2010)]
| Platform= Super Nintendo Entertainment System
| Version= 1.52.4.17
| License= {{no|Non-commercial}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.stella/blob/master/game.libretro.stella/addon.xml.in Atari - 2600 (Stella 2014)]
| Platform= Atari 2600
| Platform= Atari 2600
| Version= 3.4.1
| Version= 3.9.3.17
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.supafaust/blob/master/game.libretro.supafaust/addon.xml.in Nintendo - SNES / SFC (Beetle Supafaust)]
| Platform= Super Nintendo Entertainment System
| Version= 1.24.0.6
| License= {{yes|GPLv2+}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.tgbdual/blob/master/game.libretro.tgbdual/addon.xml.in Nintendo - Game Boy / Color (TGB Dual)]
| Platform= Game Boy/Game Boy Color
| Version= 0.8.3.15
| License= {{yes|GPLv2}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.tyrquake/blob/master/game.libretro.tyrquake/addon.xml.in Tyr-Quake]
| Name= [https://github.com/kodi-game/game.libretro.theodore/blob/master/game.libretro.theodore/addon.xml.in Thomson - MO/TO (Theodore)]
| Platform= Game engine (Quake 1)
| Platform= Thomson MO/TO
| Version= 0.62
| Version= 0.0.1.13
| License= {{yes|GPL v2}}
| License= {{partial|GPLv3}}
| Supports VFS= {{yes}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{partial|Port in progress}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.vbam/blob/master/game.libretro.vbam/addon.xml.in VBA-M]
| Name= [https://github.com/kodi-game/game.libretro.thepowdertoy/blob/master/game.libretro.thepowdertoy/addon.xml.in The Powder Toy]
| Platform= Physics Toy
| Version= 92.5.336.8
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.tyrquake/blob/master/game.libretro.tyrquake/addon.xml.in Quake (TyrQuake)]
| Platform= Quake Game Engine
| Version= 0.62.0.17
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.uae/blob/master/game.libretro.uae/addon.xml.in Commodore - Amiga (PUAE)]
| Platform= Amiga
| Version= 2.6.1.22
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.uzem/blob/master/game.libretro.uzem/addon.xml.in Uzebox (Uzem)]
| Platform= Uzebox
| Version= 2.0.0.7
| License= {{yes|MIT}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.vba-next/blob/master/game.libretro.vba-next/addon.xml.in Nintendo - Game Boy Advance (VBA Next)]
| Platform= Game Boy Advance
| Platform= Game Boy Advance
| Version= 1.0.1
| Version= 1.0.2.13
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{yes}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.vbam/blob/master/game.libretro.vbam/addon.xml.in Nintendo - Game Boy Advance (VBA-M)]
| Platform= Game Boy/Game Boy Color/Game Boy Advance
| Version= 2.1.3.15
| License= {{yes|GPLv2}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.vecx/blob/master/game.libretro.vecx/addon.xml.in GCE - Vectrex (vecx)]
| Platform= Vectrex
| Version= 1.2.0.16
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{yes|yes}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.vice/blob/master/game.libretro.vice/addon.xml.in Commodore - C64 (VICE x64, fast)]
| Platform= C64
| Version= 3.5.0.9
| License= {{yes|GPLv2}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.virtualjaguar/blob/master/game.libretro.virtualjaguar/addon.xml.in Atari - Jaguar (Virtual Jaguar)]
| Platform= Jaguar
| Version= 2.1.0.15
| License= {{partial|GPLv3}}
| Supports VFS= {{yes|yes}}
| Supports Rewind= ?
| Requires GL= {{no|no}}
| Status= {{yes|done}}
}}
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.xmil/blob/master/game.libretro.xmil/addon.xml.in Sharp X1 (X Millennium)]
| Platform= Sharp X1
| Version= 0.60.0.8
| License= {{yes|BSD}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.vba-next/blob/master/game.libretro.vba-next/addon.xml.in VBA Next]
| Name= [https://github.com/kodi-game/game.libretro.xrick/blob/master/game.libretro.xrick/addon.xml.in Rick Dangerous (XRick)]
| Platform= Game Boy Advance
| Platform= Rick Dangerous Game Engine
| Version= 1.0.2
| Version= 0.21212.0.1
| License= {{yes|GPL v2}}
| License= {{partial|GPLv3}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
{{game add-on
{{game add-on
| Name= [https://github.com/kodi-game/game.libretro.yabause/blob/master/game.libretro.yabause/addon.xml.in Yabause]
| Name= [https://github.com/kodi-game/game.libretro.yabause/blob/master/game.libretro.yabause/addon.xml.in Sega - Saturn (Yabause)]
| Platform= Sega Saturn
| Platform= Saturn
| Version= 0.9.12
| Version= 0.9.15.15
| License= {{yes|GPL v2}}
| License= {{yes|GPLv2}}
| Supports VFS= {{no}}
| Supports VFS= {{no|no}}
| Supports Rewind= ?
| Supports Rewind= ?
| Requires GL= {{no}}
| Requires GL= {{no|no}}
| Status= {{yes|Included in build}}
| Status= {{yes|done}}
}}
}}
|} <!--Keep this at the bottom of the table -->
|} <!--Keep this at the bottom of the table -->
Line 500: Line 1,284:
If something in the core matrix needs to be changed, leave a message in the forum.
If something in the core matrix needs to be changed, leave a message in the forum.


==BIOS requirements==
== BIOS requirements ==
Some libretro cores require a BIOS file to work. For now you will need to find those BIOS files by yourself and and copy them to your system as it may not be fully legal to provide them bundled with each libretro core that needs them. The reason for this is that these BIOSes are usually considered to be in an legal gray-zone and can be a little difficult to aquire, at least legally. For example, since all PlayStation emulators, like Beetle PSX & PCSX ReARMed, require a closed source BIOS file to work, and its BIOS file must be placed in the system folder on your emulator software (libretro cores in this case).  
Some libretro cores require BIOS files to work, and those BIOSes must be placed in the system folder (with each BIOS being a binary file). For now you will need to find those BIOS files by yourself and and copy them to your system yourself as it may not be fully legal for Team-Kodi to provide them bundled with each libretro core that needs them. The reason for this is that these BIOSes are usually considered to be in an legal gray-zone and can be a little difficult to aquire, at least legally. For example, since all PlayStation emulators, like Beetle PSX & PCSX ReARMed, require a closed source BIOS file to work, and its BIOS file must be placed in the system folder on your emulator software (libretro cores in this case).  


* See: http://www.lakka.tv/doc/ROMs-and-BIOSes/ (or see: http://github.com/libretro/Lakka/wiki/ROMs-and-BIOSes )
* See: https://github.com/libretro/Lakka/wiki/BIOSes and and http://www.lakka.tv/doc/Accessing-Lakka-filesystem/ (or see: http://github.com/libretro/Lakka/wiki/ROMs-and-BIOSes ). You should find the most up-to-date information here https://github.com/libretro/libretro-super/tree/master/dist/info and here https://github.com/libretro/libretro-database/blob/master/dat/BIOS%20-%20Merged.dat


The above linked table lists all the required BIOSes which some emulators requires, so if a systems BIOS is not listed here then it means that it does not require a BIOS file.
=== BIOS requirement table ===
The table below lists all the required BIOSes which some emulators requires for each each emulated system, so if a systems BIOS is not listed here then it means that it should not require a BIOS file.


:Note that most of these BIOSes are not revered engineered releases but binary ROMs ripped from the EEPROM inside of an actual game console system hardware, so it is proprietary binary blobs (precompiled software binaries) which might still be under copyright depending on the console age and origins. It may be that some of those BIOSes are can be seen as Fair use since these game consoles are no longer sold and there is probabably no commercial value of them, but that is something that the XBMC Foundation need to talk about with attorneys about before being able to distributing such BIOS files as resource add-ons or bundled with each libretro core in an official repository.
{|
| Warning! Linux is a case sensitive system. Please name BIOS files exactly according to this table.
|}
{| width="100%" class="datatable"
|-
! rowspan="2" | System !! rowspan="2" | BIOS file !! rowspan="2" | MD5 !! rowspan="2" | Comment
|-
!
|-
| 3DO - 3DO || panafz10.bin || 51f2f43ae2f3508a14d9f56597e2d3ce  ||  ||
|-
| Atari - 7800 || 7800 BIOS (U).rom || 0763f1ffb006ddbe32e52d497ee848ae ||  ||
|-
| Atari - Lynx || lynxboot.img || FCD403DB69F54290B51035D82F835E7B ||  ||
|-
| Final Burn Alpha ||  ||  || BIOS goes next to the ROMs ||
|-
| DOOM ||  ||  || BIOS goes next to the ROMs ||
|-
| Magnavox - Odyssey2 || o2rom.bin || 562d5ebf9e030a40d6fabfc2f33139fd ||  ||
|-
| MAME 2003 ||  ||  || BIOS goes next to the ROMs ||
|-
| NEC - PC Engine - TurboGrafx 16 || syscard3.pce || 0754f903b52e3b3342202bdafb13efa5 ||  ||
|-
| NEC - PC-FX || pcfx.rom || 08e36edbea28a017f79f8d4f7ff9b6d7 ||  ||
|-
| Nintendo - Famicom Disk System || disksys.rom || ca30b50f880eb660a320674ed365ef7a ||  ||
|-
| Nintendo - Game Boy Advance || gba_bios.bin || a860e8c0b6d573d191e4ec7db1b1e4f6 ||  ||
|-
| Phillips - Videopac+ || o2rom.bin ? ||  || Same as Magnavox Oddessy2? ||
|-
| Sega - Dreamcast || dc_boot.bin || e10c53c2f8b90bab96ead2d368858623 || Goes under system/dc/ ||
|-
| Sega - Dreamcast || dc_flash.bin || 0a93f7940c455905bea6e392dfde92a4 || Goes under system/dc/ ||
|-
| Sega - Mega Drive - Genesis || bios_CD_J.bin || 278a9397d192149e84e820ac621a8edd || Japan ||
|-
| Sega - Mega Drive - Genesis || bios_CD_U.bin || 2efd74e3232ff260e371b99f84024f7f || USA ||
|-
| Sega - Mega Drive - Genesis || bios_CD_E.bin || e66fa1dc5820d254611fdcdba0662372 || Europe||
|-
| Sega - Saturn || saturn_bios.bin || f273555d7d91e8a5a6bfd9bcf066331c ||  ||
|-
| Sony - PlayStation || scph5500.bin || 8dd7d5296a650fac7319bce665a6a53c || Japan ||
|-
| Sony - PlayStation || scph5501.bin || 490f666e1afb15b7362b406ed1cea246 || USA (Can be renamed from scph7003.bin) ||
|-
| Sony - PlayStation || scph5502.bin || 32736f17079d0b2b7024407c39bd3050 || Europe ||
|-
| Sony - PlayStation Portable || ppge_atlas.zim || a93fc411c1ce7d001a2a812643c70085 || Goes under system/PPSSPP/ ||
|}
 
:Note that most of these BIOSes are not reverse engineered releases but binary ROMs ripped from the EEPROM inside of an actual game console system hardware, so they are proprietary binary blobs (precompiled software binaries) which might still be under copyright depending on the console age and origins. It may be that some of those BIOSes can be seen as fair use since these game consoles are no longer sold and there is probably no commercial value in them, but that is something that the XBMC Foundation needs to talk about with attorneys before being able to distributing such BIOS files as resource add-ons or bundled with each libretro core in an official repository.


=== What is a BIOS? ===
=== What is a BIOS? ===
A BIOS (Basic Input Output System) is the startup code of a system and is required for certain emulators to work.
A BIOS (Basic Input Output System) is the startup code of a system and is required for certain emulators to work.


=== Where do I place the BIOS files? ===
=== Where do I place the BIOS files? ===
 
You will need to place them into the System Directory (linux example for pcsx bios files: ~/.kodi/userdata/addon_data/game.libretro.pcsx-rearmed/system/ ).
You’ll need to place them into the System Directory (linux example for pcsx bios files: ~/.kodi/userdata/addon_data/game.libretro.pcsx-rearmed/system/ )


Alternatively, you can place the into your Content Directory next to the game you are going to play.
Alternatively, you can place the into your Content Directory next to the game you are going to play.
Line 527: Line 1,364:
# Make sure your files are not corrupted (bad source, broken download, etc.).
# Make sure your files are not corrupted (bad source, broken download, etc.).
# Make sure to check the log for any errors.
# Make sure to check the log for any errors.
== FAQ ==
=== Beetle PSX ===
Controller not working in some games?
Some PSX games don't recognize correctly Analog PSX controller. To solve the issue go to Setting > Adavanced Settings and disable "DualShock Analog button toggle" setting. Your Gamepad should be then recognized correctly.


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


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

Revision as of 13:33, 25 July 2021

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

Status on ported currently existing game client addons for the new Game API made available in Kodi Game branch.

Stop hand.png These pages are maintained by the community, it only goes as far as fair use, and this should not be considered as an endorsement for copyright infringement. The information on this page might also contain errors or be outdated. It might also contain ants, and their antsy antics. *


Lutris

Lutris is a game manager for GNU/Linux with support for most popular emulators, Wine and Steam. It can be integrated into Kodi with the Lutris-Kodi addon.

Other stand-alone game add-ons

Stand-alone games or emulators that does not use the Libretro API.

Here will be a list of existing/ongoing and future/upcoming project for making new stand-alone game add-ons for Kodi:

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, of which most already have been ported into game add-ons for Kodi, at least as an initial port, (you can see the status of each libretro core in the table below):


* License is GPLv2 compatible

If something in the core matrix needs to be changed, leave a message in the forum.

BIOS requirements

Some libretro cores require BIOS files to work, and those BIOSes must be placed in the system folder (with each BIOS being a binary file). For now you will need to find those BIOS files by yourself and and copy them to your system yourself as it may not be fully legal for Team-Kodi to provide them bundled with each libretro core that needs them. The reason for this is that these BIOSes are usually considered to be in an legal gray-zone and can be a little difficult to aquire, at least legally. For example, since all PlayStation emulators, like Beetle PSX & PCSX ReARMed, require a closed source BIOS file to work, and its BIOS file must be placed in the system folder on your emulator software (libretro cores in this case).

BIOS requirement table

The table below lists all the required BIOSes which some emulators requires for each each emulated system, so if a systems BIOS is not listed here then it means that it should not require a BIOS file.

Warning! Linux is a case sensitive system. Please name BIOS files exactly according to this table.
System BIOS file MD5 Comment
3DO - 3DO panafz10.bin 51f2f43ae2f3508a14d9f56597e2d3ce
Atari - 7800 7800 BIOS (U).rom 0763f1ffb006ddbe32e52d497ee848ae
Atari - Lynx lynxboot.img FCD403DB69F54290B51035D82F835E7B
Final Burn Alpha BIOS goes next to the ROMs
DOOM BIOS goes next to the ROMs
Magnavox - Odyssey2 o2rom.bin 562d5ebf9e030a40d6fabfc2f33139fd
MAME 2003 BIOS goes next to the ROMs
NEC - PC Engine - TurboGrafx 16 syscard3.pce 0754f903b52e3b3342202bdafb13efa5
NEC - PC-FX pcfx.rom 08e36edbea28a017f79f8d4f7ff9b6d7
Nintendo - Famicom Disk System disksys.rom ca30b50f880eb660a320674ed365ef7a
Nintendo - Game Boy Advance gba_bios.bin a860e8c0b6d573d191e4ec7db1b1e4f6
Phillips - Videopac+ o2rom.bin ? Same as Magnavox Oddessy2?
Sega - Dreamcast dc_boot.bin e10c53c2f8b90bab96ead2d368858623 Goes under system/dc/
Sega - Dreamcast dc_flash.bin 0a93f7940c455905bea6e392dfde92a4 Goes under system/dc/
Sega - Mega Drive - Genesis bios_CD_J.bin 278a9397d192149e84e820ac621a8edd Japan
Sega - Mega Drive - Genesis bios_CD_U.bin 2efd74e3232ff260e371b99f84024f7f USA
Sega - Mega Drive - Genesis bios_CD_E.bin e66fa1dc5820d254611fdcdba0662372 Europe
Sega - Saturn saturn_bios.bin f273555d7d91e8a5a6bfd9bcf066331c
Sony - PlayStation scph5500.bin 8dd7d5296a650fac7319bce665a6a53c Japan
Sony - PlayStation scph5501.bin 490f666e1afb15b7362b406ed1cea246 USA (Can be renamed from scph7003.bin)
Sony - PlayStation scph5502.bin 32736f17079d0b2b7024407c39bd3050 Europe
Sony - PlayStation Portable ppge_atlas.zim a93fc411c1ce7d001a2a812643c70085 Goes under system/PPSSPP/
Note that most of these BIOSes are not reverse engineered releases but binary ROMs ripped from the EEPROM inside of an actual game console system hardware, so they are proprietary binary blobs (precompiled software binaries) which might still be under copyright depending on the console age and origins. It may be that some of those BIOSes can be seen as fair use since these game consoles are no longer sold and there is probably no commercial value in them, but that is something that the XBMC Foundation needs to talk about with attorneys before being able to distributing such BIOS files as resource add-ons or bundled with each libretro core in an official repository.

What is a BIOS?

A BIOS (Basic Input Output System) is the startup code of a system and is required for certain emulators to work.

Where do I place the BIOS files?

You will need to place them into the System Directory (linux example for pcsx bios files: ~/.kodi/userdata/addon_data/game.libretro.pcsx-rearmed/system/ ).

Alternatively, you can place the into your Content Directory next to the game you are going to play.

Remember, since Linux is a case sensitive system, you have to rename the BIOS files according to this table so that the libretro cores will be able to find the BIOS files.

Why isn’t my BIOS working?

  1. Make sure the BIOS files are placed into the correct directory (see above).
  2. Make sure they are named correctly so the core can identify them.
  3. Make sure it’s the correct version/region of a BIOS.
  4. Make sure your files are not corrupted (bad source, broken download, etc.).
  5. Make sure to check the log for any errors.


FAQ

Beetle PSX

Controller not working in some games?

Some PSX games don't recognize correctly Analog PSX controller. To solve the issue go to Setting > Adavanced Settings and disable "DualShock Analog button toggle" setting. Your Gamepad should be then recognized correctly.


See also