mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add new packing flags
This commit is contained in:
@@ -2371,6 +2371,7 @@ namespace SabreTools.Library.DatFiles
|
||||
case PackingFlag.Unzip:
|
||||
outputFormat = OutputFormat.Folder;
|
||||
break;
|
||||
// TODO: Check what output format would be for Partial and Flat
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2560,6 +2561,7 @@ namespace SabreTools.Library.DatFiles
|
||||
case PackingFlag.Unzip:
|
||||
outputFormat = OutputFormat.Folder;
|
||||
break;
|
||||
// TODO: Check what output format would be for Partial and Flat
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user