mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[FileTools] Remove legacy skipper information from Headerer and replace with new system
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#endregion
|
||||
|
||||
#region DAT related
|
||||
#region DatFile related
|
||||
|
||||
/// <summary>
|
||||
/// Determines forcemerging tag for DAT output
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
#endregion
|
||||
|
||||
#region Rom related
|
||||
#region DatItem related
|
||||
|
||||
/// <summary>
|
||||
/// Determines which type of duplicate a file is
|
||||
@@ -101,23 +101,6 @@
|
||||
|
||||
#region Skippers and Mappers
|
||||
|
||||
/// <summary>
|
||||
/// Possible detected header type
|
||||
/// </summary>
|
||||
public enum HeaderType
|
||||
{
|
||||
None = 0,
|
||||
a7800,
|
||||
fds,
|
||||
lynx,
|
||||
//n64,
|
||||
nes,
|
||||
pce,
|
||||
psid,
|
||||
snes,
|
||||
spc,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determines the header skip operation
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user