From 0d62cbd1e96e4fd743efd8faed6fd844a57f92b4 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 28 Sep 2023 23:25:25 -0400 Subject: [PATCH] Add XGD4 PIC reading --- SabreTools.Serialization.csproj | 4 ++-- Streams/PIC.Deserializer.cs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SabreTools.Serialization.csproj b/SabreTools.Serialization.csproj index 177e5e2e..4508216c 100644 --- a/SabreTools.Serialization.csproj +++ b/SabreTools.Serialization.csproj @@ -4,7 +4,7 @@ net48;net6.0;net7.0;net8.0 win-x86;win-x64;linux-x64;osx-x64 - 1.1.5 + 1.1.6 true @@ -29,7 +29,7 @@ - + diff --git a/Streams/PIC.Deserializer.cs b/Streams/PIC.Deserializer.cs index c7b409f9..7f5e599a 100644 --- a/Streams/PIC.Deserializer.cs +++ b/Streams/PIC.Deserializer.cs @@ -171,6 +171,7 @@ namespace SabreTools.Serialization.Streams { case DiscTypeIdentifierROM: case DiscTypeIdentifierROMUltra: + case DiscTypeIdentifierXGD4: body.FormatDependentContents = data.ReadBytes(52); break; case DiscTypeIdentifierReWritable: