Add important Redumper note

This commit is contained in:
Matt Nadareski
2022-09-28 13:04:17 -07:00
parent bf6e079289
commit b436e19bbb
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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