mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Add TODO with notes to Redumper
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
- Unblock Redumper DVD support
|
||||
- Support Redumper DVD layerbreak
|
||||
- Add placeholder and TODOs for Redumper
|
||||
- Add TODO with notes to Redumper
|
||||
|
||||
### 2.5 (2023-03-12)
|
||||
|
||||
|
||||
@@ -180,6 +180,10 @@ namespace MPF.Modules.Redumper
|
||||
/// <inheritdoc/>
|
||||
public override (bool, List<string>) CheckAllOutputFilesExist(string basePath, bool preCheck)
|
||||
{
|
||||
// TODO: Also check for incomplete files, if possible
|
||||
// All files should be generated at the beginning of a dump, so it is difficult to know if anything is missing
|
||||
// Potentially looking inside of the `log` file, if it exists, would be useful
|
||||
// Another option could be the presence of the DAT section, since it's not a separate file here
|
||||
List<string> missingFiles = new List<string>();
|
||||
|
||||
switch (this.Type)
|
||||
|
||||
Reference in New Issue
Block a user