Fix odd case for secdrv.sys (fixes #8)

This commit is contained in:
Matt Nadareski
2020-09-10 21:50:59 -07:00
parent 77d99460ab
commit aaad56794b

View File

@@ -214,7 +214,7 @@ namespace BurnOutSharp.ProtectionType
else if (fi.Length == 11973)
return "SafeDisc 3.20";
else
return "SafeDisc 2 or greater";
return "SafeDisc 1 or greater";
}
private static string GetVersion(byte[] fileContent, int position)