From 5af1841d138cbff879b80047c19b03abab005bfd Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 29 Sep 2023 11:12:35 -0400 Subject: [PATCH] Fix XGD4 PIC reading (fixes #557) --- CHANGELIST.md | 1 + MPF.Core/MPF.Core.csproj | 4 ++-- MPF.Library/MPF.Library.csproj | 1 + MPF.Modules/MPF.Modules.csproj | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 4ca41807..c4c297d4 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -12,6 +12,7 @@ - Omit track 0.2 and 00.2 from hash search - Tweak README again - Fix redumper EDC detection output +- Fix XGD4 PIC reading ### 2.6.5 (2023-09-27) diff --git a/MPF.Core/MPF.Core.csproj b/MPF.Core/MPF.Core.csproj index 6f4733f6..0b7558f7 100644 --- a/MPF.Core/MPF.Core.csproj +++ b/MPF.Core/MPF.Core.csproj @@ -42,9 +42,9 @@ - + - + diff --git a/MPF.Library/MPF.Library.csproj b/MPF.Library/MPF.Library.csproj index 509c409f..b974d5d0 100644 --- a/MPF.Library/MPF.Library.csproj +++ b/MPF.Library/MPF.Library.csproj @@ -29,6 +29,7 @@ runtime; compile; build; native; analyzers; buildtransitive + diff --git a/MPF.Modules/MPF.Modules.csproj b/MPF.Modules/MPF.Modules.csproj index 5d7f2b65..713d5858 100644 --- a/MPF.Modules/MPF.Modules.csproj +++ b/MPF.Modules/MPF.Modules.csproj @@ -23,9 +23,9 @@ - + - +