Update Lutro database to scan with rom.name
The CRCs are inconsistent because `.lutro` files are `.zip` files, whose compression can change from system to system. Selecting by `rom.name` will make the rom detection a bit more consistent.
This commit is contained in:
parent
4f066ee34e
commit
94de82ee1b
|
@ -179,7 +179,7 @@ build_libretro_database() {
|
|||
|
||||
build_libretro_databases() {
|
||||
build_libretro_database "ScummVM" "rom.crc"
|
||||
build_libretro_database "Lutro" "rom.crc"
|
||||
build_libretro_database "Lutro" "rom.name"
|
||||
build_libretro_database "Nintendo - Super Nintendo Entertainment System" "rom.crc"
|
||||
build_libretro_database "Sony - PlayStation" "rom.serial"
|
||||
build_libretro_database "Atari - Jaguar" "rom.crc"
|
||||
|
|
Loading…
Reference in New Issue