mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, README, DatFiles] Add prefix/postfix everywhere
This commit is contained in:
@@ -785,6 +785,11 @@ namespace SabreTools.Library.DatFiles
|
||||
try
|
||||
{
|
||||
string state = "";
|
||||
|
||||
// Pre-process the item name
|
||||
rom.Name = CreatePrefixPostfix(rom, true) + rom.Name + CreatePrefixPostfix(rom, false);
|
||||
rom.Name = rom.Name.Replace("\"", ""); // Quotes are not needed here
|
||||
|
||||
state += "\t\t<part name=\"" + rom.PartName + "\" interface=\"" + rom.PartInterface + "\">\n";
|
||||
|
||||
foreach (Tuple<string, string> kvp in rom.Features)
|
||||
|
||||
Reference in New Issue
Block a user