General code style and feature fixes.

This commit is contained in:
2022-11-15 01:35:06 +00:00
parent 47965f0584
commit bd3fe7bd4e
94 changed files with 460 additions and 478 deletions

View File

@@ -322,7 +322,6 @@ sealed partial class Dump
UpdateStatus?.Invoke("Full raw subchannel reading supported...");
subType = TrackSubchannelType.Raw;
subSize = 96;
readcd = true;
break;
case MmcSubchannel.Q16:
@@ -335,7 +334,6 @@ sealed partial class Dump
subType = TrackSubchannelType.Q16;
subSize = 16;
readcd = true;
break;
}