nuhrin / pandafe

"Universal" SDL frontend for Pandora
GNU General Public License v3.0
5 stars 0 forks source link

Auto assign platform to next known program if preferred program not installed #3

Closed porg closed 11 years ago

porg commented 11 years ago

Had this SNES emulator installed on my Pandora: GPFCE. Started with a fresh installation of Pandafe. Within the predefined platform folders, I navigated to Nintendo > NES, which brought up the first-use file chooser for selecting the rom-root. Parsing worked, roms were added. Launching a rom failed with something like "GPFCE not installed". Pandafe should be intelligent enough in its initialisation to try to assign another known emulator, if the preferred one is not found on the system. (if not 1 then try 2, if not 2 then try 3, ...) In my case GPFCE was not installed, but gpFCE-GP2X was, so gpFCE-GP2X should have gotten assigned. I had to assign gpFCE-GP2X manually.

nuhrin commented 11 years ago

Fix committed. I'll put out a new build when I get the chance tomorrow.