mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Rename OutputFormatFlag to OutputFormat
Since the original OutputFormat doesn't exist anymore, adding "Flag" to the var name isn't necessary
This commit is contained in:
@@ -18,7 +18,7 @@ namespace SabreTools.Helper
|
||||
/// Determines the DAT output format
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum OutputFormatFlag
|
||||
public enum OutputFormat
|
||||
{
|
||||
Xml = 0x001,
|
||||
ClrMamePro = 0x002,
|
||||
|
||||
Reference in New Issue
Block a user