TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.15k stars 380 forks source link

Dump Status Report misreporting game status since 2.7 #3027

Closed TalicZealot closed 2 years ago

TalicZealot commented 2 years ago

Summary

0DDCBC3D G Castlevania - Symphony of the Night (USA) PSX dh=ACF987E8 was previously reported as known good, but since 2.7 Game.Status is RomStatus.NotInDatabase , aka UI shows Warning: Unknown ROM. The entry is still present in gamedb_psx and the full hash through PSX Disc Hasher matches redump.org and the gamedb.

Found this while updating an external tool to support 2.7. Had to disable the following line, which should still work:

[ExternalToolApplicability.SingleRom(CoreSystem.Playstation, "0DDCBC3D")]
YoshiRulz commented 2 years ago

Fixed by https://github.com/TASEmulators/BizHawk/commit/8849134d50e428ea223951ac74ec0999650f5d45?

TalicZealot commented 2 years ago

Thanks. Will compile and check later today.

TalicZealot commented 2 years ago

Confirmed fixed, thank you. screenshot