Improved DSProtect patches

This commit is contained in:
Mow
2025-12-03 10:22:06 -05:00
committed by GitHub
parent 7aba420201
commit a8f5d880b2
15 changed files with 503 additions and 732 deletions

View File

@@ -30,6 +30,7 @@ void ApListEntry::Dump() const
const char* dsProtectVersionString;
switch (GetDSProtectVersion())
{
case DSProtectVersion::v1_00_2: dsProtectVersionString = "v1.00_2"; break;
case DSProtectVersion::v1_05: dsProtectVersionString = "v1.05"; break;
case DSProtectVersion::v1_06: dsProtectVersionString = "v1.06"; break;
case DSProtectVersion::v1_08: dsProtectVersionString = "v1.08"; break;

View File

@@ -22,5 +22,6 @@ enum class DSProtectVersion : u32
v2_00s,
v2_01s,
v2_03s,
v2_05s
v2_05s,
v1_00_2
};