mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 11:14:27 +00:00
Adds support for DiscJuggler images, closes #56
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2016-10-10 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscJuggler.cs:
|
||||
* DiscImageChef.DiscImages.csproj: Adds support for
|
||||
DiscJuggler images, closes #56
|
||||
|
||||
2016-10-10 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* CloneCD.cs: Correct subchannel reading.
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
<Compile Include="CHD.cs" />
|
||||
<Compile Include="AppleNIB.cs" />
|
||||
<Compile Include="CloneCD.cs" />
|
||||
<Compile Include="DiscJuggler.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -59,6 +59,7 @@ Supported disk image formats
|
||||
* Apple Disk Archival/Retrieval Tool (DART)
|
||||
* MAME Compressed Hunks of Data (CHD)
|
||||
* Apple II nibble images (NIB)
|
||||
* DiscJuggler images
|
||||
|
||||
Supported partitioning schemes
|
||||
==============================
|
||||
|
||||
Reference in New Issue
Block a user