mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Create a more extensible system for DAT creation for future additions
This commit is contained in:
@@ -62,4 +62,35 @@ namespace SabreTools.Helper
|
||||
ExternalHash,
|
||||
ExternalAll,
|
||||
}
|
||||
|
||||
public enum ForceMerging
|
||||
{
|
||||
None = 0,
|
||||
Split,
|
||||
Full,
|
||||
}
|
||||
|
||||
public enum ForceNodump
|
||||
{
|
||||
None = 0,
|
||||
Obsolete,
|
||||
Required,
|
||||
Ignore,
|
||||
}
|
||||
|
||||
public enum ForcePacking
|
||||
{
|
||||
None = 0,
|
||||
Zip,
|
||||
Unzip,
|
||||
}
|
||||
|
||||
public enum OutputFormat
|
||||
{
|
||||
Xml = 0,
|
||||
ClrMamePro,
|
||||
RomCenter,
|
||||
DOSCenter,
|
||||
MissFile,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user