Move CD user data trimming to a separate file.

This commit is contained in:
2020-01-01 18:44:27 +00:00
parent 423f14c4b1
commit 98b009e02b
5 changed files with 218 additions and 156 deletions

View File

@@ -53,6 +53,7 @@
<Compile Include="Devices\Dumping\CompactDisc\Subchannel.cs" />
<Compile Include="Devices\Dumping\CompactDisc\Tags.cs" />
<Compile Include="Devices\Dumping\CompactDisc\Tracks.cs" />
<Compile Include="Devices\Dumping\CompactDisc\Trim.cs" />
<Compile Include="Devices\Dumping\Dump.cs" />
<Compile Include="Devices\Dumping\Metadata.cs" />
<Compile Include="Devices\Dumping\PlayStationPortable.cs" />