Split track list generation from CD dump method.

This commit is contained in:
2019-12-31 21:02:22 +00:00
parent c781029ed8
commit a8d8ff97d7
4 changed files with 343 additions and 264 deletions

View File

@@ -50,6 +50,7 @@
<Compile Include="Devices\Dumping\CompactDisc\Dump.cs" />
<Compile Include="Devices\Dumping\CompactDisc\LeadOuts.cs" />
<Compile Include="Devices\Dumping\CompactDisc\Subchannel.cs" />
<Compile Include="Devices\Dumping\CompactDisc\Tracks.cs" />
<Compile Include="Devices\Dumping\Dump.cs" />
<Compile Include="Devices\Dumping\PlayStationPortable.cs" />
<Compile Include="Devices\Info\DeviceInfo.cs" />