diff --git a/CHANGELIST.md b/CHANGELIST.md index d5de7f2e..c8ea2ad5 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -106,6 +106,7 @@ - Fix serial parsing for Dreamcast - Fix missing parenthesis - Add internal name for Cleanrip outputs +- Fix psxt001z namespace ### 2.3 (2022-02-05) - Start overhauling Redump information pulling, again diff --git a/MPF.Library/Protection.cs b/MPF.Library/Protection.cs index 2c01c823..c01040a3 100644 --- a/MPF.Library/Protection.cs +++ b/MPF.Library/Protection.cs @@ -5,9 +5,9 @@ using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using BurnOutSharp; -using BurnOutSharp.External.psxt001z; using BurnOutSharp.ProtectionType; using MPF.Core.Data; +using psxt001z; namespace MPF.Library {