Skip to content

Commit 70a975b

Browse files
Add missed "Check disc for physical ring" in copy-X return
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
1 parent 610078b commit 70a975b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryObjectScanner/Protection/CopyX.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public List<string> CheckDirectoryPath(string path, List<string>? files)
134134

135135
// Samples: Redump ID 81628
136136
if (Array.TrueForAll(block, b => b == 0))
137-
protections.Add("copy-X");
137+
protections.Add("copy-X [Check disc for physical ring]");
138138

139139
var matchers = new List<ContentMatchSet>
140140
{

0 commit comments

Comments
 (0)