General code refactor.

This commit is contained in:
2021-08-17 21:23:10 +01:00
parent 4fcaeffc85
commit 75edb759e6
513 changed files with 38377 additions and 48553 deletions

View File

@@ -45,9 +45,7 @@ namespace Aaru.Core.Devices.Report
{
public sealed partial class DeviceReport
{
/// <summary>
/// Tries and checks reading a GD-ROM disc using the swap disc trick and adds the result to a device report
/// </summary>
/// <summary>Tries and checks reading a GD-ROM disc using the swap disc trick and adds the result to a device report</summary>
/// <param name="report">Device report</param>
public void ReportGdRomSwapTrick(ref DeviceReportV2 report)
{