Move FAT's BPB detection to a separate method.

This commit is contained in:
2019-04-25 22:05:33 +01:00
parent b7cf7148a5
commit 1be5373796
5 changed files with 980 additions and 848 deletions

View File

@@ -60,6 +60,7 @@
<Compile Include="FATX\Info.cs" />
<Compile Include="FATX\Structs.cs" />
<Compile Include="FATX\Super.cs" />
<Compile Include="FAT\BPB.cs" />
<Compile Include="FAT\Consts.cs" />
<Compile Include="FAT\Dir.cs" />
<Compile Include="FAT\FAT.cs" />