mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Remove now-obsolete notes
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
- Update Redumper to build 244
|
||||
- Enable Bluray dumping with Redumper
|
||||
- Add Bluray layerbreak support for Redumper
|
||||
- Remove now-obsolete notes
|
||||
|
||||
### 2.7.3 (2023-10-26)
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ namespace MPF.Core.Data
|
||||
/// Represents information for a single drive
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// TODO: This needs to be less Windows-centric. Devices do not always have a single letter that can be used.
|
||||
/// TODO: Can the Aaru models be used instead of the ones I've created here?
|
||||
/// </remarks>
|
||||
public class Drive
|
||||
@@ -286,7 +285,6 @@ namespace MPF.Core.Data
|
||||
return defaultValue;
|
||||
|
||||
// We're going to assume for floppies, HDDs, and removable drives
|
||||
// TODO: Try to be smarter about this
|
||||
if (this.InternalDriveType != Data.InternalDriveType.Optical)
|
||||
return RedumpSystem.IBMPCcompatible;
|
||||
|
||||
|
||||
@@ -15,14 +15,6 @@ namespace MPF.Core.Modules.Redumper
|
||||
/// <summary>
|
||||
/// Represents a generic set of Redumper parameters
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// TODO: Redumper natively supports multiple, chained commands but MPF
|
||||
/// doesn't have an easy way of dealing with that right now. Maybe have
|
||||
/// BaseCommand be a space-deliminated list of the commands?
|
||||
/// TODO: With chained commands, how do we tell what parameters are
|
||||
/// actually supported? Do we go one by one and if it doesn't match
|
||||
/// any, then it's incorrect?
|
||||
/// </remarks>
|
||||
public class Parameters : BaseParameters
|
||||
{
|
||||
#region Generic Dumping Information
|
||||
|
||||
Reference in New Issue
Block a user