mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Mappings, Skippers] Separate out old Remapping class
All things that have to do with DAT mappings are in Mappings now and eveything having to do with header skippers are in Skippers now. Also, Skippers got proper implementations of matching a file to a rule and applying a rule to a file.
This commit is contained in:
@@ -130,7 +130,7 @@ namespace SabreTools
|
||||
{
|
||||
// First get the HeaderType, if any
|
||||
int headerSize = -1;
|
||||
HeaderType type = RomTools.GetFileHeaderType(file, out headerSize, logger);
|
||||
HeaderType type = Skippers.GetFileHeaderType(file, out headerSize, logger);
|
||||
|
||||
// If we have a valid HeaderType, remove the correct byte count
|
||||
logger.User("File has header: " + (type != HeaderType.None));
|
||||
|
||||
Reference in New Issue
Block a user