diff --git a/CHANGELIST.md b/CHANGELIST.md index 70258951..2c50b2a7 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -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 diff --git a/MPF.Modules/Redumper/Parameters.cs b/MPF.Modules/Redumper/Parameters.cs index bb978158..fb7df5fe 100644 --- a/MPF.Modules/Redumper/Parameters.cs +++ b/MPF.Modules/Redumper/Parameters.cs @@ -10,6 +10,14 @@ namespace MPF.Modules.Redumper /// /// Represents a generic set of Redumper parameters /// + /// + /// 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? + /// public class Parameters : BaseParameters { #region Generic Dumping Information