From f6ad8bfd0132580b85b905c68de2fe167b9eda3b Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sat, 5 Nov 2022 16:34:00 +0400 Subject: Comments --- FdsFile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FdsFile.cs b/FdsFile.cs index dcda723..35e12a5 100644 --- a/FdsFile.cs +++ b/FdsFile.cs @@ -72,6 +72,7 @@ namespace com.clusterrr.Famicom.Containers /// /// Returns .fds file contents /// + /// Option to add .fds file header (ignored by most emulators) /// FDS file contents public byte[] ToBytes(bool useHeader = false) { -- cgit v1.2.3