Fix SLL comment

This commit is contained in:
Matt Nadareski
2022-03-15 22:11:37 -07:00
parent 8d6d215e57
commit b66e01f7b4

View File

@@ -40,7 +40,7 @@ namespace BurnOutSharp.ProtectionType
if (shrSection)
return $"SecuROM 8 (White Label)";
// Get the .shr section, if it exists
// Get the .sll section, if it exists
bool sllSection = pex.ContainsSection(".sll", exact: true);
if (sllSection)
return $"SecuROM SLL Protected (for SecuROM v8.x)";