mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatTools] Some loadflags are on regular files...
This commit is contained in:
@@ -1161,12 +1161,6 @@ namespace SabreTools.Helper
|
||||
subreader.Read();
|
||||
continue;
|
||||
}
|
||||
// If the rom has another type of loadflag, skip it completely
|
||||
else if (subreader.GetAttribute("loadflag") != null)
|
||||
{
|
||||
subreader.Read();
|
||||
continue;
|
||||
}
|
||||
|
||||
// If we're in clean mode, sanitize the game name
|
||||
if (clean)
|
||||
|
||||
Reference in New Issue
Block a user