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:
@@ -377,7 +377,7 @@ namespace SabreTools
|
||||
|
||||
// Now get the headerless file if it exists
|
||||
int hs = 0;
|
||||
RomTools.GetFileHeaderType(input, out hs, _logger);
|
||||
Skippers.GetFileHeaderType(input, out hs, _logger);
|
||||
if (hs > 0)
|
||||
{
|
||||
string newinput = input + ".new";
|
||||
|
||||
Reference in New Issue
Block a user