mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 08:49:03 +00:00
[makerom] Added dev common keys: 2,3,4,5
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user