[DatTools] New loadflags introduced

This commit is contained in:
Matt Nadareski
2016-09-09 10:02:56 -07:00
parent 39d12de6e7
commit 230571e3b8

View File

@@ -1161,6 +1161,11 @@ namespace SabreTools.Helper
subreader.Read();
continue;
}
// If the rom has another type of loadflag, skip it completely
else if (subreader.GetAttribute("loadflag") != null)
{
continue;
}
// If we're in clean mode, sanitize the game name
if (clean)