mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, Utilities] Extensions
This commit is contained in:
@@ -293,11 +293,7 @@ namespace SabreTools.Library.DatFiles
|
||||
}
|
||||
else if (rom.Type == ItemType.Rom)
|
||||
{
|
||||
string tempext = Path.GetExtension(((Rom)rom).Name);
|
||||
if (!tempext.StartsWith("."))
|
||||
{
|
||||
tempext = "." + tempext;
|
||||
}
|
||||
string tempext = "." + Utilities.GetExtension(((Rom)rom).Name);
|
||||
|
||||
state += "\t\t\t<files>\n"
|
||||
+ (((Rom)rom).CRC != null
|
||||
|
||||
Reference in New Issue
Block a user