mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Minor tweaks
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user