mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add explicit NI XML detection
This commit is contained in:
@@ -180,6 +180,8 @@ namespace SabreTools.DatTools
|
|||||||
{
|
{
|
||||||
if (second.StartsWith("<!doctype datafile"))
|
if (second.StartsWith("<!doctype datafile"))
|
||||||
return DatFormat.Logiqx;
|
return DatFormat.Logiqx;
|
||||||
|
else if (second.StartsWith("<datafile xmlns:xsi"))
|
||||||
|
return DatFormat.Logiqx;
|
||||||
|
|
||||||
else if (second.StartsWith("<!doctype mame")
|
else if (second.StartsWith("<!doctype mame")
|
||||||
|| second.StartsWith("<!doctype m1")
|
|| second.StartsWith("<!doctype m1")
|
||||||
|
|||||||
Reference in New Issue
Block a user