mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Signature-based instead of extension-based
This commit is contained in:
@@ -28,9 +28,6 @@ namespace SabreTools.Helper
|
||||
public static Dictionary<string, int> PCE = new Dictionary<string, int>();
|
||||
public static Dictionary<string, int> SNES = new Dictionary<string, int>();
|
||||
|
||||
// Available archive formats
|
||||
public static List<string> ArchiveFormats = new List<string>();
|
||||
|
||||
/// <summary>
|
||||
/// Create all remappings to be used by the program
|
||||
/// </summary>
|
||||
@@ -229,12 +226,5 @@ namespace SabreTools.Helper
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static void CreateArchiveFormats()
|
||||
{
|
||||
ArchiveFormats.Add("7z");
|
||||
ArchiveFormats.Add("zip");
|
||||
ArchiveFormats.Add("rar");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user