mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-09 02:16:46 +00:00
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:
committed by
GitHub
parent
610078b47c
commit
63a5a25a17
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user