mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatTools] Rename RomManipulation to DatTools
This commit is contained in:
@@ -86,9 +86,9 @@ namespace SabreTools
|
||||
DatData datdata = new DatData
|
||||
{
|
||||
ForcePacking = (_forceunpack ? ForcePacking.Unzip : ForcePacking.None),
|
||||
OutputFormat = RomManipulation.GetOutputFormat(filename),
|
||||
OutputFormat = DatTools.GetOutputFormat(filename),
|
||||
};
|
||||
datdata = RomManipulation.Parse(filename, 0, 0, datdata, _logger);
|
||||
datdata = DatTools.Parse(filename, 0, 0, datdata, _logger);
|
||||
|
||||
// Trim all file names according to the path that's set
|
||||
List<string> keys = datdata.Roms.Keys.ToList();
|
||||
|
||||
Reference in New Issue
Block a user