mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Improved DSProtect patches
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -22,5 +22,6 @@ enum class DSProtectVersion : u32
|
||||
v2_00s,
|
||||
v2_01s,
|
||||
v2_03s,
|
||||
v2_05s
|
||||
v2_05s,
|
||||
v1_00_2
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user