[DatFile] Need to follow new pattern everywhere

This commit is contained in:
Matt Nadareski
2017-12-22 01:47:24 -08:00
parent c7b3c94d7b
commit 46b17ab97a

View File

@@ -2645,7 +2645,8 @@ namespace SabreTools.Library.DatFiles
AddRomsFromChildren();
// Now that we have looped through the cloneof tags, we loop through the romof tags
RemoveBiosRomsFromChild();
RemoveBiosRomsFromChild(false);
RemoveBiosRomsFromChild(true);
// Finally, remove the romof and cloneof tags so it's not picked up by the manager
RemoveTagsFromChild();
@@ -2666,7 +2667,8 @@ namespace SabreTools.Library.DatFiles
AddRomsFromParent();
// Now that we have looped through the cloneof tags, we loop through the romof tags
RemoveBiosRomsFromChild();
RemoveBiosRomsFromChild(false);
RemoveBiosRomsFromChild(true);
// Finally, remove the romof and cloneof tags so it's not picked up by the manager
RemoveTagsFromChild();