mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added support for Alcohol 120% Media Descriptor Structure disk
images (.mds/.mdf). Resolves #55.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,10 @@
|
||||
2016-08-09 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Alcohol120.cs:
|
||||
* DiscImageChef.DiscImages.csproj: Added support for Alcohol
|
||||
120% Media Descriptor Structure disk images (.mds/.mdf).
|
||||
Resolves #55.
|
||||
|
||||
2016-08-09 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* CDRWin.cs: Corrected return of CD+G data, should return all
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
<Compile Include="GDI.cs" />
|
||||
<Compile Include="BLU.cs" />
|
||||
<Compile Include="CopyQM.cs" />
|
||||
<Compile Include="Alcohol120.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
@@ -66,6 +67,10 @@
|
||||
<Project>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</Project>
|
||||
<Name>DiscImageChef.Console</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\DiscImageChef.Decoders\DiscImageChef.Decoders.csproj">
|
||||
<Project>{0BEB3088-B634-4289-AE17-CDF2D25D00D5}</Project>
|
||||
<Name>DiscImageChef.Decoders</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\LICENSE.LGPL">
|
||||
|
||||
@@ -44,6 +44,7 @@ Supported disk image formats
|
||||
* CDRDAO TOC sheets
|
||||
* Dreamcast GDI
|
||||
* CopyQM
|
||||
* Alcohol 120% Media Descriptor Structure (.MDS/.MDF)
|
||||
|
||||
Supported partitioning schemes
|
||||
==============================
|
||||
|
||||
Reference in New Issue
Block a user