General code refactor and reformat.

This commit is contained in:
2018-12-31 13:17:27 +00:00
parent 6b12cd1a8e
commit f2caa8c40f
413 changed files with 3554 additions and 6549 deletions

View File

@@ -52,12 +52,12 @@ namespace DiscImageChef.Core.Devices.Info
public bool HidesSessions;
public bool Hiding;
public bool IsDvd;
public ushort PoweRecLast;
public ushort PoweRecMax;
public ushort PoweRecSelected;
public bool PoweRec;
public bool PoweRecEnabled;
public ushort PoweRecLast;
public ushort PoweRecMax;
public ushort PoweRecRecommendedSpeed;
public ushort PoweRecSelected;
public bool SecuRec;
public bool SilentMode;
public bool SilentModeEnabled;