[makerom] Added dev common keys: 2,3,4,5

This commit is contained in:
jakcron
2016-01-18 19:28:52 +08:00
parent 7b8d16fac6
commit 3548ebb1cf
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ int LoadKeysFromResources(keys_struct *keys)
keys->keysetLoaded = true;
/* AES Keys */
// CIA
for(int i = 0; i < 2; i++)
for(int i = 0; i < 6; i++)
SetCommonKey(keys, ctr_common_etd_key_dpki[i],i);
if(keys->aes.currentCommonKey > 0xff)