diff --git a/BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs b/BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs index 7c3c505b..81e8b584 100644 --- a/BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs +++ b/BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs @@ -620,7 +620,7 @@ namespace BurnOutSharp.ProtectionType } } - public static string GetSafeDiscDrvmgtVersion(string firstMatchedString, IEnumerable files) + internal static string GetSafeDiscDrvmgtVersion(string firstMatchedString, IEnumerable files) { if (string.IsNullOrEmpty(firstMatchedString) || !File.Exists(firstMatchedString)) return string.Empty; @@ -773,7 +773,7 @@ namespace BurnOutSharp.ProtectionType } // TODO: Verify these checks and remove any that may not be needed, file version checks should remove the need for any checks for 2.80+. - public static string GetSafeDiscSecdrvVersion(string firstMatchedString, IEnumerable files) + internal static string GetSafeDiscSecdrvVersion(string firstMatchedString, IEnumerable files) { if (string.IsNullOrEmpty(firstMatchedString) || !File.Exists(firstMatchedString)) return string.Empty;