We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d9946 commit aaad567Copy full SHA for aaad567
BurnOutSharp/ProtectionType/SafeDisc.cs
@@ -214,7 +214,7 @@ private static string GetSecdrvVersion(string file)
214
else if (fi.Length == 11973)
215
return "SafeDisc 3.20";
216
else
217
- return "SafeDisc 2 or greater";
+ return "SafeDisc 1 or greater";
218
}
219
220
private static string GetVersion(byte[] fileContent, int position)
0 commit comments