mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Make Machine a struct for memory usage
This commit is contained in:
@@ -474,7 +474,7 @@ namespace SabreTools.Library.Dats
|
||||
// No game should start with a path separator
|
||||
if (rom.Machine.Name.StartsWith(Path.DirectorySeparatorChar.ToString()))
|
||||
{
|
||||
rom.Machine.Name = rom.Machine.Name.Substring(1);
|
||||
rom.Machine.UpdateName(rom.Machine.Name.Substring(1));
|
||||
}
|
||||
|
||||
string state = "";
|
||||
|
||||
Reference in New Issue
Block a user