mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add new methods to DB implementation
This commit is contained in:
@@ -609,7 +609,7 @@ namespace SabreTools.DatFiles
|
||||
return;
|
||||
|
||||
// Reassign the item to the new machine
|
||||
ItemsDB._itemToMachineMapping[datItem.Key] = newMachineIndex;
|
||||
ItemsDB.RemapDatItemToMachine(datItem.Key, newMachineIndex);
|
||||
|
||||
// Remove extensions from File and Rom items
|
||||
if (datItem.Value is DatItems.Formats.File || datItem.Value is Rom)
|
||||
|
||||
Reference in New Issue
Block a user