Add missed "Check disc for physical ring" in copy-X return (#352)

Caught by noigeaR, crucial to communicate since some tivola discs have dummy files but no ring (and thus no copy-X), either as remnants, or seemingly as future preparation for copy-X
This commit is contained in:
HeroponRikiBestest
2025-01-13 07:33:28 -08:00
committed by GitHub
parent 610078b47c
commit 63a5a25a17

View File

@@ -134,7 +134,7 @@ namespace BinaryObjectScanner.Protection
// Samples: Redump ID 81628
if (Array.TrueForAll(block, b => b == 0))
protections.Add("copy-X");
protections.Add("copy-X [Check disc for physical ring]");
var matchers = new List<ContentMatchSet>
{