mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add PSID and SPC to Headerer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user