From 3d98f345c19b7fd51952c7b2f7a8679458981f57 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 25 Aug 2022 10:45:22 -0700 Subject: [PATCH] Fix psxt001z namespace --- CHANGELIST.md | 1 + MPF.Library/Protection.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 {