mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[FileTools] Some old CMP dats are not well formed
This commit is contained in:
@@ -136,13 +136,15 @@ namespace SabreTools.Helper
|
|||||||
{
|
{
|
||||||
return OutputFormat.DOSCenter;
|
return OutputFormat.DOSCenter;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return OutputFormat.ClrMamePro;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user