Add PSID and SPC to Headerer

This commit is contained in:
Matt Nadareski
2016-05-01 10:14:32 -07:00
parent f5b47bcd52
commit 0cc1e87a21

View File

@@ -165,9 +165,15 @@ namespace SabreTools
case HeaderType.NES:
tempDict = Remapping.NES;
break;
case HeaderType.PSID:
tempDict = Remapping.PSID;
break;
case HeaderType.SNES:
tempDict = Remapping.SNES;
break;
case HeaderType.SPC:
tempDict = Remapping.SPC;
break;
}
// Loop over the dictionary and see if there are matches