mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Need to follow new pattern everywhere
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user