* DiscImageChef.Filesystems/Nintendo.cs:

* DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj:
	  Added Nintendo Wii and Gamecube filesystems.

	* DiscImageChef.sln:
	* DiscImageChef/DiscImageChef.csproj:
	  Corrected formatting policy.

	* DiscImageChef/Commands/CreateSidecar.cs:
	  Some filesystems should define the disc type (PC-Engine,
	  3DO, Wii, Gamecube).
	Added Nintendo Wii and Gamecube filesystems.

	* DiscImageChef/Commands/DumpMedia.cs:
	  Added Nintendo Wii and Gamecube filesystems.
	Reformatted.
This commit is contained in:
2016-04-19 01:17:14 +01:00
parent 93474f1a9c
commit 6a8499f8ed
6 changed files with 983 additions and 463 deletions

View File

@@ -58,6 +58,7 @@
<Compile Include="SysV.cs" />
<Compile Include="UNIXBFS.cs" />
<Compile Include="Acorn.cs" />
<Compile Include="Nintendo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>