Make missing hash data clearer

This commit is contained in:
Matt Nadareski
2023-12-14 20:27:38 -05:00
parent 09b307aa24
commit 32c12e1332
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
- Update RedumpLib
- Update Redumper to build 294
- Fix commented out code
- Make missing hash data clearer
### 3.0.3 (2023-12-04)

View File

@@ -190,7 +190,7 @@ namespace MPF.Core.Modules.Redumper
if (!File.Exists($"{basePath}.log"))
missingFiles.Add($"{basePath}.log");
else if (GetDatfile($"{basePath}.log") == null)
missingFiles.Add($"{basePath}.dat");
missingFiles.Add($"{basePath}.log (dat section)");
if (!File.Exists($"{basePath}.state"))
missingFiles.Add($"{basePath}.state");
if (!File.Exists($"{basePath}.subcode"))