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:
Rob Loach 2016-06-14 15:48:24 -04:00 committed by GitHub
parent 4f066ee34e
commit 94de82ee1b
1 changed files with 1 additions and 1 deletions

View File

@ -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"