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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user