mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Convert ClrMamePro
This commit is contained in:
@@ -2,7 +2,6 @@ using System.Linq;
|
||||
|
||||
namespace SabreTools.DatFiles
|
||||
{
|
||||
// TODO: Have the converters return a value OR port functionality to DatFile
|
||||
// TODO: Figure out if there's a way to condense the various processing methods
|
||||
// TODO: Convert nested items (e.g. Configuration, DipLocation)
|
||||
// TODO: Determine which items need to have their values flipped (e.g. Part, DiskArea, DataArea)
|
||||
@@ -23,6 +22,8 @@ namespace SabreTools.DatFiles
|
||||
if (item == null || !item.Any())
|
||||
return;
|
||||
|
||||
// TODO: Add header parsing
|
||||
|
||||
// Get the machines from the metadata
|
||||
var machines = item.Read<Models.Metadata.Machine[]>(Models.Metadata.MetadataFile.MachineKey);
|
||||
if (machines == null)
|
||||
|
||||
Reference in New Issue
Block a user