DerKoun / bsnes-hd

bsnes fork that adds HD video features
GNU General Public License v3.0
632 stars 36 forks source link

Corrected valid extensions to fix archive loading of GB/GBC #46

Closed Sanaki closed 3 years ago

Sanaki commented 4 years ago

Currently loading GB/GBC files from within an archive in this core throws an error and doesn't extract the file to the cache directory. The game still runs, but it interferes with all operations relying on a cached copy of the file. Adding gb and gbc to supported extensions remedies this issue.

DerKoun commented 4 years ago

Thanks for the contribution. I don't see any reason not to include it in the next version.

Sanaki commented 4 years ago

I submitted the same PR to main libretro bsnes at libretro/bsnes#40, so if you're going to resync for the next version this one may be unnecessary. Feel free to close it if so.

DerKoun commented 3 years ago

absorbed by https://github.com/DerKoun/bsnes-hd/pull/69 (and included in beta10.4)