RobLoach / libretro-dats

Build some of the libretro-database DATs
http://github.com/libretro/libretro-database
28 stars 20 forks source link

No-Intro - NES - Ghostbusters (Japan) (Beta) is ignored #46

Closed nsx0r closed 3 years ago

nsx0r commented 3 years ago
<game name="Ghostbusters (Japan) (Beta)">
    <description>Ghostbusters (Japan) (Beta)</description>
    <rom name="Ghostbusters (Japan) (Beta).nes" size="65536" crc="C8BD1908" md5="143AB7230DF503A6CA2AE7FE9AF6B60B" sha1="61559AD94C2ACF2F78B2A694221758A39CD7FACE" serial="GTS-GB"/>
</game>

This entry is ignored by the if statement at line 89 "Ignore Beta entries that have a serial associated with them", I'm not sure what's up with that, probably not-relevant to No-Intro DATs?

RobLoach commented 3 years ago

Tried restoring the beta serials, and this is the result https://github.com/libretro/libretro-database/pull/1224

nsx0r commented 3 years ago

Tried restoring the beta serials, and this is the result libretro/libretro-database#1224

looks good! thanks