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

memory on game exit and lists. remember where you left off #6

Open mjhmiller opened 3 years ago

mjhmiller commented 3 years ago

i would like for the system to remember what i selected last and when entering or exiting systems for it to return to last game played and allow me to search from there. also the way it handles ps1 game files, being there are usually multiple per game but only one is needed to run the game it would be nice to hide certain files from menu or create folder hierarchy to allow the file needed to run game is viewed, but the files not needed are in separate folder. other than that great job and keep up the great work. you rock!

xRogueShadow commented 3 years ago

I'm a fellow purchaser of Funkey S. A workaround I found for now that works for me is using CDMage to combine all the bin files into a single bin for PS1 so you don't see it multiple times.

DrUm78 commented 3 years ago

The best solution is to edit the .desktop file inside the opk to remove .bin extension. That would give "SelectorFilter=cue,CUE,pbp,PBP" instead of "SelectorFilter=bin,BIN,cue,CUE,pbp,PBP". That way you won't see anymore .bin files in the list.