RetroPie / EmulationStation

A Fork of Emulation Station for RetroPie. Emulation Station is a flexible emulator front-end supporting keyboardless navigation and custom system themes.
Other
850 stars 340 forks source link

system: don't lowercase the extensions during parsing #833

Closed cmitu closed 9 months ago

cmitu commented 9 months ago

This reverts the changes in 5349be1dcebd35c0f9d5698b0508caeba61ed1a5 that lower-cased the extension of the files listed and the system registered extensions.

On case-sensitive filesystems (i.e. Linux), this restores the ability to 'hide' certain files from being shown just be changing the case of the files' extension. This ability is used by certain RetroPie users to hide unwanted files, without them showin up in the gamelist, by modifying es_systems.cfg and removing the uppercase extension of the files.

pjft commented 9 months ago

Thank you @cmitu . This is great.