From 94de82ee1bdc3d943dd01041e4c9cf521af0c763 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Tue, 14 Jun 2016 15:48:24 -0400 Subject: [PATCH] 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. --- libretro-build-database.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-build-database.sh b/libretro-build-database.sh index f2dc0f2b..90c4de90 100755 --- a/libretro-build-database.sh +++ b/libretro-build-database.sh @@ -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"