mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, DatFiles, README] Last few flags to all types
This commit is contained in:
@@ -783,8 +783,7 @@ namespace SabreTools.Library.DatFiles
|
||||
string state = "";
|
||||
|
||||
// Pre-process the item name
|
||||
rom.Name = CreatePrefixPostfix(rom, true) + (GameName ? Path.Combine(rom.MachineName, rom.Name) : rom.Name) + CreatePrefixPostfix(rom, false);
|
||||
rom.Name = rom.Name.Replace("\"", ""); // Quotes are not needed here
|
||||
ProcessItemName(rom, true);
|
||||
|
||||
switch (rom.Type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user