mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Better sort, fix naming collisions
This commit is contained in:
@@ -453,14 +453,17 @@ namespace SabreTools.Library.DatItems
|
||||
/// </summary>
|
||||
public enum ItemType
|
||||
{
|
||||
// "Actionable" item types
|
||||
Rom = 0,
|
||||
Disk = 1,
|
||||
Sample = 2,
|
||||
Release = 3,
|
||||
Media = 2,
|
||||
|
||||
// "Auxiliary" item types
|
||||
Archive = 3,
|
||||
BiosSet = 4,
|
||||
Archive = 5,
|
||||
Chip = 6,
|
||||
Media = 7,
|
||||
Chip = 5,
|
||||
Release = 6,
|
||||
Sample = 7,
|
||||
|
||||
Blank = 99, // This is not a real type, only used internally
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user