Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'FdsBlockFileHeader.cs')
-rw-r--r--FdsBlockFileHeader.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/FdsBlockFileHeader.cs b/FdsBlockFileHeader.cs
index 5db2c7f..dc11ed4 100644
--- a/FdsBlockFileHeader.cs
+++ b/FdsBlockFileHeader.cs
@@ -101,5 +101,7 @@ namespace com.clusterrr.Famicom.Containers
Marshal.FreeHGlobal(buffer);
return rawDatas;
}
+
+ public override string ToString() => $"{FileName} ({FileKind})";
}
}