RetroESP32 icon indicating copy to clipboard operation
RetroESP32 copied to clipboard

Feature - Sort Files Alphabetically

Open obsidianspider opened this issue 4 years ago • 1 comments

As of Firmware 2.2 it appears that ROM files are being displayed in the order they were loaded on the SD card, not alphabetically. A workaround is to use a utility like SDSorter after games are all placed in the directory, but it would be nice if the system could just sort them alphabetically on its own.

obsidianspider avatar Mar 07 '20 21:03 obsidianspider

Thanks @obsidianspider

We are working on a 'patch' where if you have less than a certain amount of games it can be sorted alphabetically

After a set amount of files, qsort just fails misserably

If over a set amount games we use fseek to find the next location in the directory

32teeth avatar Mar 08 '20 02:03 32teeth