Implements decoding of Blu-ray disc structures.

This commit is contained in:
2014-09-09 02:37:08 +01:00
parent 7bb78c1664
commit e05bb3d22d
2 changed files with 837 additions and 0 deletions

View File

@@ -103,6 +103,7 @@
<Compile Include="Decoders\SCSI.cs" />
<Compile Include="Decoders\CD.cs" />
<Compile Include="Decoders\MMC.cs" />
<Compile Include="Decoders\BD.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>