mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add notes, numeric helper
This commit is contained in:
@@ -316,7 +316,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
Comment = game.Comment,
|
||||
};
|
||||
|
||||
long? size = Utilities.CleanLong(game.RomSize);
|
||||
long? size = NumberHelper.ConvertToInt64(game.RomSize);
|
||||
if (game.DuplicateID != "0")
|
||||
machine.CloneOf = game.DuplicateID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user