libretro-thumbnails / Nintendo_-_Nintendo_Entertainment_System

9 stars 29 forks source link

Added Legend of Zelda, The (USA) (Rev A) as it sometimes appears with 1 #50

Closed tlaanemaa closed 3 years ago

tlaanemaa commented 3 years ago

Hello

I've noticed that noticed that Legend of Zelda, The (USA) (Rev 1) is sometimes instead written as Legend of Zelda, The (USA) (Rev A) so I added that file. Its just a copy of the Rev 1.

The absence of this file was also breaking image lookup for the game in Lemuroid because its database matched the game's crc32 of 02bb0c56 to a game name of Legend of Zelda, The (USA) (Rev A) which was absent. The mapping was taken from a libretro sqlite database so I think the mapping is fine?

If you're interested then their mapping happens here: https://github.com/Swordfish90/Lemuroid/blob/master/lemuroid-metadata-libretro-db/src/main/java/com/swordfish/lemuroid/metadata/libretrodb/LibretroDBMetadataProvider.kt#L152

PS: If this is merged then when or how does it get deployed? Asking so I know when to go check if the Lemuroid lookup is fixed.

Thanks!