kodi-game / game.libretro.picodrive

Picodrive for Kodi
https://github.com/libretro/picodrive
1 stars 5 forks source link

zip missing from supported files in addon.xml #7

Open domb84 opened 3 years ago

domb84 commented 3 years ago

Zip files are missing from the addon.xml even though zip files appear to be supported

<extensions>bin|gen|smd|md|32x|cue|iso|chd|sms|m3u</extensions>

changing to...

<extensions>bin|gen|smd|md|32x|cue|iso|chd|sms|m3u|zip</extensions>

I can then launch .zip archived ROMs and launch picodrive from kodi retroplayer without issue.

garbear commented 3 years ago

Thanks for reporting. We generate the extension list directly from what the core reports. As you can see, picodrive doesn't report that it supports zip files: https://github.com/libretro/picodrive/blob/master/platform/libretro/libretro.c#L782. Should a PR to picodrive be prepared?