libretro / beetle-psx-libretro

Standalone port/fork of Mednafen PSX to the Libretro API.
GNU General Public License v2.0
311 stars 131 forks source link

Check BIOSes by SHA1 and filesize, not filename. #853

Closed mudlord closed 2 years ago

mudlord commented 2 years ago

Pretty simple. Removes all the headache of finding files by filename, and instead leaves it to SHA1 instead. Also checks by filesize to remove speed probs.

ZachCook commented 2 years ago

Looks useful, should squash those commits though.

mudlord commented 2 years ago

done, check the other req.