mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Include more information in notes and add extra fields ot DatData
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace SabreTools.Helper
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SabreTools.Helper
|
||||
{
|
||||
/// <summary>
|
||||
/// Intermediate struct for holding and processing rom data
|
||||
@@ -41,5 +43,7 @@
|
||||
public ForceNodump ForceNodump;
|
||||
public ForcePacking ForcePacking;
|
||||
public OutputFormat OutputFormat;
|
||||
public bool MergeRoms;
|
||||
public Dictionary<string, List<RomData>> Roms;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user