From 0c468e3489a32b3d693c78632e4d15125ca2c7a8 Mon Sep 17 00:00:00 2001 From: TheRogueArchivist Date: Thu, 5 Jan 2023 21:34:05 -0700 Subject: [PATCH] Fix typo in SafeDisc detection (#224) * Fix typo in SafeDisc detection. --- BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs b/BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs index e4ff44c2..07b4f817 100644 --- a/BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs +++ b/BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs @@ -135,9 +135,9 @@ namespace BurnOutSharp.ProtectionType new PathMatchSet(new PathMatch("SD0c0a.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD040b.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD040c.dll", useEndsWith: true), "SafeDisc"), + new PathMatchSet(new PathMatch("SD0419.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD041d.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD041e.dll", useEndsWith: true), "SafeDisc"), - new PathMatchSet(new PathMatch("SD041e.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD0404.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD0405.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD0406.dll", useEndsWith: true), "SafeDisc"), @@ -210,9 +210,9 @@ namespace BurnOutSharp.ProtectionType new PathMatchSet(new PathMatch("SD0c0a.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD040b.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD040c.dll", useEndsWith: true), "SafeDisc"), + new PathMatchSet(new PathMatch("SD0419.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD041d.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD041e.dll", useEndsWith: true), "SafeDisc"), - new PathMatchSet(new PathMatch("SD041e.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD0404.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD0405.dll", useEndsWith: true), "SafeDisc"), new PathMatchSet(new PathMatch("SD0406.dll", useEndsWith: true), "SafeDisc"),