kodi-game / kodi-game-scripting

Scripting for Kodi Game add-ons
GNU General Public License v2.0
5 stars 9 forks source link

Add deprecated cores to mark them as broken for the add-on browser #122

Closed garbear closed 9 months ago

garbear commented 9 months ago

Description

We tried to delete deprecated cores from the server, but they still show up in the add-on browser because they're probably still hanging out for old version of kodi. So instead, let's reintroduce the cores, then mark them as deprecated in their addon.xml.

Adds the following deprecated cores:

How has this been tested?

Successful CI run with all 6 cores: https://dev.azure.com/themagnificentmrb/kodi-game-scripting/_build/results?buildId=1422&view=logs&j=b724a4ce-d971-5e6e-9f98-76134d834be3

garbear commented 9 months ago

Progress update. On windows, the following cores have replaced the old ones:

The following cores are waiting on https://github.com/xbmc/xbmc/pull/24531:

The following cores need more work:

Going to merge this now and work on the remaining cores later.