mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code style and feature fixes.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user