Back to Provenance

2782

.changelog/2782.md

3.3.1593 B
Original Source

Added

  • Serial-based ROM lookupROMMetadataProvider gains searchROM(bySerial:systemID:) protocol method with a default no-op implementation for backward compatibility; OpenVGDB implements it via ROMs.romSerial, LibretroDB via games.serial_id.
  • PVLookup serial aggregationPVLookup.searchROM(bySerial:systemID:) queries OpenVGDB and LibretroDB in parallel, merges results, and caches answers in a dedicated 256-entry LRU cache.

Changed

  • MatchType — Added case bySerial(String) so the import pipeline can record when a ROM was matched by disc serial.