mirror of
https://github.com/StudentBlake/XCI-Explorer
synced 2024-11-24 21:23:02 +00:00
format fixed
This commit is contained in:
parent
dab1d0ab82
commit
156a8634a3
1 changed files with 6 additions and 6 deletions
|
@ -124,7 +124,7 @@ namespace XCI_Explorer
|
|||
where x.Length > 1
|
||||
select x).ToDictionary((string[] x) => x[0].Trim(), (string[] x) => x[1]);
|
||||
Mkey = "master_key_";
|
||||
string MkeyL = "master_key_";
|
||||
string MkeyL = "master_key_";
|
||||
if (NCA.NCA_Headers[0].MasterKeyRev == 0 || NCA.NCA_Headers[0].MasterKeyRev == 1)
|
||||
{
|
||||
Mkey += "00";
|
||||
|
@ -659,9 +659,9 @@ namespace XCI_Explorer
|
|||
}
|
||||
TB_MKeyRev.Text = "MasterKey" + MasterKey;
|
||||
}
|
||||
else
|
||||
{
|
||||
int keyvalue;
|
||||
else
|
||||
{
|
||||
int keyvalue;
|
||||
char masterkeychar = MasterKey[2];
|
||||
|
||||
if (masterkeychar - 'A' < 0)
|
||||
|
@ -674,8 +674,8 @@ namespace XCI_Explorer
|
|||
}
|
||||
|
||||
MasterKey = Util.GetMkey((byte)keyvalue);
|
||||
TB_MKeyRev.Text = MasterKey;
|
||||
}
|
||||
TB_MKeyRev.Text = MasterKey;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue