Open domb84 opened 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?
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.