Various note additions and minor fixes (#147)

- Add notes for Alpha-ROM, Hexalock, SVKP, and Zzxzz.

- Fix typos for Intenium.
This commit is contained in:
SilasLaspada
2022-08-13 21:04:26 -06:00
committed by GitHub
parent 258369bb9e
commit c38eb0cc71
6 changed files with 10 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ namespace BurnOutSharp.ProtectionType
var fileNameResource = pex.FindResource(dataContains: $"NO NESTED PRMS SUPPORTED");
if (fileNameResource != null)
return "ITENIUM Trial & Buy Protection";
return "INTENIUM Trial & Buy Protection";
return null;
}