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: case HeaderType.NES:
tempDict = Remapping.NES; tempDict = Remapping.NES;
break; break;
case HeaderType.PSID:
tempDict = Remapping.PSID;
break;
case HeaderType.SNES: case HeaderType.SNES:
tempDict = Remapping.SNES; tempDict = Remapping.SNES;
break; break;
case HeaderType.SPC:
tempDict = Remapping.SPC;
break;
} }
// Loop over the dictionary and see if there are matches // Loop over the dictionary and see if there are matches