mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix missing comments
This commit is contained in:
@@ -26,6 +26,7 @@ namespace SabreTools.DatFiles.Formats
|
|||||||
{
|
{
|
||||||
var missingFields = new List<string>();
|
var missingFields = new List<string>();
|
||||||
|
|
||||||
|
// Check item name
|
||||||
if (string.IsNullOrEmpty(datItem.GetName()))
|
if (string.IsNullOrEmpty(datItem.GetName()))
|
||||||
missingFields.Add(Models.Metadata.Rom.NameKey);
|
missingFields.Add(Models.Metadata.Rom.NameKey);
|
||||||
|
|
||||||
@@ -360,7 +361,7 @@ namespace SabreTools.DatFiles.Formats
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
private static Models.OfflineList.Game CreateGame(Machine machine)
|
private static Models.OfflineList.Game CreateGame(Machine machine)
|
||||||
{
|
{
|
||||||
|
|
||||||
var game = new Models.OfflineList.Game
|
var game = new Models.OfflineList.Game
|
||||||
{
|
{
|
||||||
//ImageNumber = machine.ImageNumber, // TODO: Add to internal model
|
//ImageNumber = machine.ImageNumber, // TODO: Add to internal model
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ namespace SabreTools.DatFiles.Formats
|
|||||||
{
|
{
|
||||||
var missingFields = new List<string>();
|
var missingFields = new List<string>();
|
||||||
|
|
||||||
|
// Check item name
|
||||||
if (string.IsNullOrEmpty(datItem.GetName()))
|
if (string.IsNullOrEmpty(datItem.GetName()))
|
||||||
missingFields.Add(Models.Metadata.Rom.NameKey);
|
missingFields.Add(Models.Metadata.Rom.NameKey);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user