[ARC] Implement support for compression method 3 (pack).

This commit is contained in:
2025-09-01 23:35:16 +01:00
parent 753daeba8b
commit 19332c499c
3 changed files with 115 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
<ItemGroup>
<Compile Include="ADC.cs"/>
<Compile Include="AppleRle.cs"/>
<Compile Include="Arc\PackStream.cs"/>
<Compile Include="BZip2.cs"/>
<Compile Include="FLAC.cs"/>
<Compile Include="Lh5Stream.cs"/>