From 532e912a2dbeb84d222b6718d534ce964de2ac1d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 22 Mar 2021 22:12:25 -0700 Subject: [PATCH] Accidental comment issue --- BurnOutSharp/ProtectionType/AACS.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BurnOutSharp/ProtectionType/AACS.cs b/BurnOutSharp/ProtectionType/AACS.cs index 0d3e0436..e6e5c5b1 100644 --- a/BurnOutSharp/ProtectionType/AACS.cs +++ b/BurnOutSharp/ProtectionType/AACS.cs @@ -11,7 +11,7 @@ namespace BurnOutSharp.ProtectionType { var matchers = new List { - // HD-DVD + // BD-ROM new PathMatchSet(Path.Combine("AACS", "MKB_RO.inf"), GetVersion, "AACS"), // HD-DVD @@ -27,7 +27,7 @@ namespace BurnOutSharp.ProtectionType { var matchers = new List { - // HD-DVD + // BD-ROM new PathMatchSet("MKB_RO.inf", GetVersion, "AACS"), // HD-DVD