kodi-game / game.libretro

Libretro compatibility layer for the Kodi Game API
GNU General Public License v2.0
37 stars 26 forks source link

Kodi Nexus 20 Build compatibility with newer RetroArch cores. #97

Open RFL0WGitPR opened 1 year ago

RFL0WGitPR commented 1 year ago

Make this compatibility layer for Kodi Game API add on work with the latest stable Kodi build 20 (Nexus).

Make it work with RetroArch 1.14.0 release

https://github.com/libretro/RetroArch/blob/master/CHANGES.md

support for newer cores [updated]

//Game Boy Advance mgba core

//Sega Saturn YabaSanshiro

//Nintendo 64 ParaLLEI N64 Mupen64Plus-Next GLES3 Mupen64Plud-Next GLES2

//Nintendo 3DS Citra core

//Sony - PlayStation Portable PPSSPP core

// Nintendo GameCube/ Wii Dolphin core

garbear commented 1 year ago

Thanks for bringing the new cores to our attention, I'll get them integrated in Kodi when I get a chance.

garbear commented 9 months ago

What is mgba core? Don't we ship mgba already?

I added yabasanshiro: https://github.com/kodi-game/kodi-game-scripting/pull/120, however it requires OpenGL so I'll hold off on adding it to Jenkins and the mirrors.

The other cores require OpenGL support, so I won't be porting them until Kodi has hardware rendering.