From 290494c5989a739cac03fbbdd0c39fa2af29863e Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 20 May 2016 14:04:49 -0700 Subject: [PATCH] Oops, forgot to add the type here --- SabreHelper/RomManipulation.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SabreHelper/RomManipulation.cs b/SabreHelper/RomManipulation.cs index d700ee79..dfa61bb3 100644 --- a/SabreHelper/RomManipulation.cs +++ b/SabreHelper/RomManipulation.cs @@ -121,6 +121,7 @@ namespace SabreTools.Helper { RomData rom = new RomData { + Type = "rom", Name = "null", Game = String.Join("\\", parent), Size = -1,