From 63a5a25a1769f1e3960d640e016034b49bb5f4b3 Mon Sep 17 00:00:00 2001 From: HeroponRikiBestest <50224630+HeroponRikiBestest@users.noreply.github.com> Date: Mon, 13 Jan 2025 07:33:28 -0800 Subject: [PATCH] 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 --- BinaryObjectScanner/Protection/CopyX.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BinaryObjectScanner/Protection/CopyX.cs b/BinaryObjectScanner/Protection/CopyX.cs index dc41fea3..f14de804 100644 --- a/BinaryObjectScanner/Protection/CopyX.cs +++ b/BinaryObjectScanner/Protection/CopyX.cs @@ -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 {