RetroAchievements / RALibretro

RALibretro is a multi-emulator used to develop RetroAchievements.
https://retroachievements.org
GNU General Public License v3.0
177 stars 35 forks source link

support for numeric prefixes on state files in load state dialog #389

Closed Jamiras closed 11 months ago

Jamiras commented 1 year ago

Fixes a long-standing discrepancy introduced by #265.

Additionally, the filename format has been changed from "GameName.001.state" to "GameName.state1" to match RetroArch

However, the Load State dialog was not updated to match numeric state files, so the user has to select "All Files" to find them.

This fixes that.