FunKey-Project / FunKey-OS

Buildroot-based embedded Linux OS for the FunKey S retro-gaming console
https://www.funkey-project.com/
GNU General Public License v2.0
242 stars 65 forks source link

Add bin/cue extensions for PCE-TurboGrafx and Sega Genesis #7

Closed ridgekuhn closed 3 years ago

ridgekuhn commented 3 years ago

Changes proposed in this pull request: Adds bin,BIN,cue,CUE to Sega Genesis and PCE settings.confs for SegaCD and TurboGrafx-CD games since PicoDrive and Mednafen both support these extensions.

@funkey-project/funkey-project-admins

DrUm78 commented 3 years ago

.cue files would be enough, otherwise you will see twice each game in your list.

Would be good to add zip extension too for people who don't know how to edit opks. The following emulators work perfectly with zip files:

ridgekuhn commented 3 years ago

Good point, I hadn't considered that!

DrUm78 commented 3 years ago

btw, you can now edit those files with the last version of Commander that allows to edit system files.

ridgekuhn commented 3 years ago

That's excellent!

DrUm78 commented 3 years ago

@ridgekuhn Fixed in firmware 2.2.0, you can close the PR, thanks.