Minor tweaks

This commit is contained in:
Matt Nadareski
2020-08-28 22:46:06 -07:00
parent ba00cca9e0
commit 14a80970f7
2 changed files with 5 additions and 3 deletions

View File

@@ -2340,7 +2340,7 @@ namespace SabreTools.Library.DatFiles
/// <returns>True if rebuilding was a success, false otherwise</returns>
public bool RebuildDepot(
List<string> inputs,
string outDir = null,
string outDir,
bool date = false,
bool delete = false,
bool inverse = false,
@@ -2475,7 +2475,7 @@ namespace SabreTools.Library.DatFiles
/// <returns>True if rebuilding was a success, false otherwise</returns>
public bool RebuildGeneric(
List<string> inputs,
string outDir = null,
string outDir,
bool quickScan = false,
bool date = false,
bool delete = false,

View File

@@ -213,7 +213,9 @@ namespace SabreTools.Library.DatFiles
Merged,
NonMerged,
Full,
Device, // This is not usually defined for Merging flags
/// <remarks>This is not usually defined for Merging flags</remarks>
Device,
}
/// <summary>