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:
@@ -199,6 +199,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
|
||||
|
||||
switch (_hash)
|
||||
{
|
||||
case Hash.MD5:
|
||||
|
||||
Reference in New Issue
Block a user