From 4858b4e45916481ab084e6038285fe5998c1d335 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 1 Dec 2024 21:32:45 -0500 Subject: [PATCH] None of these are TODOs on my part --- SabreTools.RedumpLib/Data/Enumerations.cs | 40 +++++++++++------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/SabreTools.RedumpLib/Data/Enumerations.cs b/SabreTools.RedumpLib/Data/Enumerations.cs index 544ee14..47dcfd2 100644 --- a/SabreTools.RedumpLib/Data/Enumerations.cs +++ b/SabreTools.RedumpLib/Data/Enumerations.cs @@ -3527,7 +3527,7 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:ALTF]", LongName = "Alternative Foreign Title:")] AlternativeForeignTitle, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Applications:", LongName = "Applications:")] Applications, @@ -3537,30 +3537,30 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:BBFC]", LongName = "BBFC Reg. No.:")] BBFCRegistrationNumber, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Bethesda ID:", LongName = "Bethesda ID:")] BethesdaID, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "CD Projekt ID:", LongName = "CD Projekt ID:")] CDProjektID, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Compatible OS:", LongName = "Compatible OS:")] CompatibleOS, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Disc Hologram ID:", LongName = "Disc Hologram ID:")] DiscHologramID, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "DMI:", LongName = "DMI:")] DMIHash, [HumanReadable(ShortName = "[T:DNAS]", LongName = "DNAS Disc ID:")] DNASDiscID, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Eidos ID:", LongName = "Eidos ID:")] EidosID, @@ -3570,7 +3570,7 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:X]", LongName = "Extras:")] Extras, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Filename:", LongName = "Filename:")] Filename, @@ -3580,7 +3580,7 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:GF]", LongName = "Game Footage:")] GameFootage, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Games:", LongName = "Games:")] Games, @@ -3590,7 +3590,7 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:GTID]", LongName = "GT Interactive ID:")] GTInteractiveID, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Internal Name:", LongName = "Internal Name:")] InternalName, @@ -3618,11 +3618,11 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:LAID]", LongName = "Lucas Arts ID:")] LucasArtsID, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Microsoft ID:", LongName = "Microsoft ID:")] MicrosoftID, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Multisession:", LongName = "Multisession:")] Multisession, @@ -3644,7 +3644,7 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:P]", LongName = "Patches:")] Patches, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "PFI:", LongName = "PFI:")] PFIHash, @@ -3660,7 +3660,7 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:PPN]", LongName = "PPN:")] PPN, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Ring non-zero data start:", LongName = "Ring non-zero data start:")] RingNonZeroDataStart, @@ -3679,15 +3679,15 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:S]", LongName = "Series:")] Series, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Sierra ID:", LongName = "Sierra ID:")] SierraID, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "SS:", LongName = "SS:")] SSHash, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "SS version:", LongName = "SS version:")] SSVersion, @@ -3700,7 +3700,7 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:UID]", LongName = "Ubisoft ID:")] UbisoftID, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "Universal Hash (SHA-1):", LongName = "Universal Hash (SHA-1):")] UniversalHash, @@ -3719,11 +3719,11 @@ namespace SabreTools.RedumpLib.Data [HumanReadable(ShortName = "[T:VCD]", LongName = "V-CD")] VCD, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "XeMID:", LongName = "XeMID:")] XeMID, - // TODO: This doesn't have a site tag yet + // This doesn't have a site tag yet [HumanReadable(ShortName = "XMID:", LongName = "XMID:")] XMID, }