diff --git a/DATabase/Partials/DATabase_Inits.cs b/DATabase/Partials/DATabase_Inits.cs index c3f18d39..0cc739cc 100644 --- a/DATabase/Partials/DATabase_Inits.cs +++ b/DATabase/Partials/DATabase_Inits.cs @@ -76,6 +76,7 @@ namespace SabreTools /// Wrap converting and updating DAT file from any format to any format /// /// Input filename + /// /* Normal DAT header info */ /// New filename /// New name /// New description @@ -97,6 +98,7 @@ namespace SabreTools /// True to output to RomCenter format /// True to output to SabreDAT format /// True to output to Logiqx XML format + /// /* Missfile-specific DAT info */ /// True if games are to be used in output, false if roms are /// Generic prefix to be added to each line /// Generic postfix to be added to each line @@ -106,6 +108,7 @@ namespace SabreTools /// Add the dat name as a directory prefix /// Output files in romba format /// Output files in TSV format + /// /* Filtering info */ /// Name of the game to match (can use asterisk-partials) /// Name of the rom to match (can use asterisk-partials) /// Type of the rom to match @@ -116,6 +119,7 @@ namespace SabreTools /// MD5 of the rom to match (can use asterisk-partials) /// SHA-1 of the rom to match (can use asterisk-partials) /// Select roms with nodump status as follows: null (match all), true (match Nodump only), false (exclude Nodump) + /// /* Output DAT info */ /// Optional param for output directory /// True to clean the game names to WoD standard, false otherwise (default) /// True to dedupe the roms in the DAT, false otherwise (default)