Update comments after confirmation of existence

This commit is contained in:
Matt Nadareski
2022-03-17 12:18:08 -07:00
parent b0293419e1
commit f155291139

View File

@@ -84,7 +84,7 @@ namespace BurnOutSharp.ProtectionType
new PathMatch("Wave.axt", useEndsWith: true),
}, "TAGES"),
// Currently only known to exist in "XIII" and (presumably) "Beyond Good & Evil".
// Currently only known to exist in "XIII" and "Beyond Good & Evil".
new PathMatchSet(new List<PathMatch>
{
new PathMatch("enodpl.sys", useEndsWith: true),
@@ -145,7 +145,7 @@ namespace BurnOutSharp.ProtectionType
// new PathMatchSet(new PathMatch("Wave.apt", useEndsWith: true), "TAGES Driver"),
// new PathMatchSet(new PathMatch("Wave.axt", useEndsWith: true), "TAGES Driver"),
// Currently only known to exist in "XIII" and (presumably) "Beyond Good & Evil".
// Currently only known to exist in "XIII" and "Beyond Good & Evil".
new PathMatchSet(new PathMatch("enodpl.sys", useEndsWith: true), "TAGES NT Driver"),
new PathMatchSet(new PathMatch("ENODPL.VXD", useEndsWith: true), "TAGES 9x Driver"),
new PathMatchSet(new PathMatch("tandpl.sys", useEndsWith: true), "TAGES NT Driver"),