Adjusted several parameters for CD-i file system.

This commit is contained in:
2017-10-13 22:19:04 +01:00
parent 717f12b48a
commit a8a1cc4d1c
3 changed files with 6 additions and 6 deletions

View File

@@ -526,9 +526,9 @@ namespace DiscImageChef.Filesystems.ISO9660
ISOMetadata.AppendLine("This is a Sega Dreamcast disc.");
ISOMetadata.AppendLine(Decoders.Sega.Dreamcast.Prettify(Dreamcast));
}
ISOMetadata.AppendLine("------------------------------");
ISOMetadata.AppendLine("VOLUME DESCRIPTOR INFORMATION:");
ISOMetadata.AppendLine("------------------------------");
ISOMetadata.AppendFormat("{0}------------------------------", CDi ? "---------------" : "").AppendLine();
ISOMetadata.AppendFormat("{0}VOLUME DESCRIPTOR INFORMATION:", CDi ? "FILE STRUCTURE " : "").AppendLine();
ISOMetadata.AppendFormat("{0}------------------------------", CDi ? "---------------" : "").AppendLine();
ISOMetadata.AppendFormat("System identifier: {0}", decodedVD.SystemIdentifier).AppendLine();
ISOMetadata.AppendFormat("Volume identifier: {0}", decodedVD.VolumeIdentifier).AppendLine();
ISOMetadata.AppendFormat("Volume set identifier: {0}", decodedVD.VolumeSetIdentifier).AppendLine();