mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Add important Redumper note
This commit is contained in:
@@ -125,6 +125,7 @@
|
||||
- Add Redumper command generation
|
||||
- Create Redumper extensions class
|
||||
- Minor Redumper cleanup
|
||||
- Add important Redumper note
|
||||
|
||||
### 2.3 (2022-02-05)
|
||||
- Start overhauling Redump information pulling, again
|
||||
|
||||
@@ -10,6 +10,14 @@ namespace MPF.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