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:
@@ -645,8 +645,8 @@ namespace SabreTools.Library.Dats
|
||||
// If we are coming from an archive, set the correct machine name
|
||||
if (machinename != null)
|
||||
{
|
||||
item.Machine.Name = machinename;
|
||||
item.Machine.Description = machinename;
|
||||
item.Machine.UpdateName(machinename);
|
||||
item.Machine.UpdateDescription(machinename);
|
||||
}
|
||||
|
||||
Globals.Logger.User("No matches found for '" + Style.GetFileName(rom.Name) + "', rebuilding accordingly from inverse flag...");
|
||||
|
||||
Reference in New Issue
Block a user