mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Enums, Flags] Convert ItemStatus and MachineType to flags for future use
This commit is contained in:
@@ -283,31 +283,6 @@
|
||||
Archive = 5,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determine the status of the item
|
||||
/// </summary>
|
||||
public enum ItemStatus
|
||||
{
|
||||
NULL = -1, // This is a fake flag that is used for filter only
|
||||
None = 0,
|
||||
Good = 1,
|
||||
BadDump = 2,
|
||||
Nodump = 3,
|
||||
Verified = 4,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determine what type of machine it is
|
||||
/// </summary>
|
||||
public enum MachineType
|
||||
{
|
||||
NULL = -1, // This is a fake flag used for filter only
|
||||
None = 0,
|
||||
Bios = 1,
|
||||
Device = 2,
|
||||
Mechanical = 3,
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Skippers and Mappers
|
||||
|
||||
Reference in New Issue
Block a user