mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-07-30 18:43:53 -05:00
Recalbox uses uppercase MD5 hashes (6E3735FF...) but database index is lowercase. Added .lower() to MD5 lookups in resolve_file(). Fixes scph101.bin wrong variant in Recalbox pack (was picking .variants/ copy instead of primary due to MD5 case mismatch).