[DatFiles/] Make naming cleaner and fix SL parsing

This commit is contained in:
Matt Nadareski
2017-11-08 15:06:20 -08:00
parent a987e31c5b
commit 8097b0d9c0
12 changed files with 32 additions and 34 deletions

View File

@@ -46,7 +46,7 @@ namespace SabreTools.Library.DatFiles
/// <param name="keep">True if full pathnames are to be kept, false otherwise (default)</param>
/// <param name="clean">True if game names are sanitized, false otherwise (default)</param>
/// <param name="remUnicode">True if we should remove non-ASCII characters from output, false otherwise (default)</param>
public void Parse(
public void ParseFile(
// Standard Dat parsing
string filename,
int sysid,