mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Set FileName explictily where appropriate
This commit is contained in:
@@ -379,6 +379,7 @@ namespace SabreTools
|
||||
}
|
||||
|
||||
// Get the correct output values
|
||||
datdata.FileName = Path.GetFileNameWithoutExtension(datdata.FileName) + " (Filtered)" + Path.GetExtension(datdata.FileName);
|
||||
datdata.Name += " (Filtered)";
|
||||
datdata.Description += " (Filtered)";
|
||||
datdata.Roms = dict;
|
||||
|
||||
Reference in New Issue
Block a user